Html Css Color HEX #2B488B Tory Blue

📋 copy color: '#2B488B'

red 43 ◦ green 72 ◦ blue 139

#2B488B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #2B488B

Tints of Tory Blue #2B488B

RGB

 RED value IS 43 (17.19% from 255) = 16.93%

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 16.93%
G = 28.35%
B = 54.72%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B488B (or 0x2B488B) is known color: Tory Blue. HEX triplet: 2B, 48 and 8B. RGB value is (43,72,139). Sum of RGB (Red+Green+Blue) = 43+72+139=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B488B is #D4B774. Grayscale: #464646. Windows color (decimal): -13940597 or 9127979. OLE color: 9127979.

HSL color Cylindrical-coordinate representation of color #2B488B: hue angle of 221.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B488B is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 72 139 -
CMYK 0.69 0.48 0 0.45
HSL 221.88º 0.53% 0.36% -
HSV(B) 221.88º 0.69% 0.55% -
XYZ 7.97 7.01 25.36 -
YUV 70.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 43 72 139 0.69 0.48 0 0.45 221.88 0.53 0.36
Hex 2B 48 8B 45 30 0 2D DE 35 24
Octal 53 110 213 105 60 0 55 336 65 44
Binary 101011 1001000 10001011 1000101 110000 0 101101 11011110 110101 100100

Color Harmonies of #2B488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B488B

Black with #2B488B

Text Example


Text Example

White with #2B488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B488B; }

 p { color: rgb(43,72,139); }

 H1.HeaderClassName
 {
   color: #2B488B;
 }
 .AnyTagClassName
 {
   color: #2B488B;
 }
</style>

background-color css

<style>
 a { background-color: #2B488B; }

 a { background-color: rgb(43,72,139); }

 div.DivClassName
 {
   background-color: #2B488B;
 }
 .BgClassName
 {
   background-color: #2B488B;
 }
</style>

border-color css

<style>
 span { border-color: #2B488B; }

 span { border-color: rgb(43,72,139); }

 td.TdClassName
 {
   border-color: #2B488B;
 }
 .TagClassName
 {
   border-color: #2B488B;
 }
</style>