Html Css Color HEX #2B439C Tory Blue

📋 copy color: '#2B439C'

red 43 ◦ green 67 ◦ blue 156

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

Shades of Tory Blue #2B439C

Tints of Tory Blue #2B439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

 BLUE value IS 156 (61.33% from 255) = 58.65%

R = 16.17%
G = 25.19%
B = 58.65%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B439C (or 0x2B439C) is known color: Tory Blue. HEX triplet: 2B, 43 and 9C. RGB value is (43,67,156). Sum of RGB (Red+Green+Blue) = 43+67+156=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B439C is #D4BC63. Grayscale: #454545. Windows color (decimal): -13941860 or 10240811. OLE color: 10240811.

HSL color Cylindrical-coordinate representation of color #2B439C: hue angle of 227.26º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B439C is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 67 156 -
CMYK 0.72 0.57 0 0.39
HSL 227.26º 0.57% 0.39% -
HSV(B) 227.26º 0.72% 0.61% -
XYZ 9 6.93 32.32 -
YUV 69.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 43 67 156 0.72 0.57 0 0.39 227.26 0.57 0.39
Hex 2B 43 9C 48 39 0 27 E3 39 27
Octal 53 103 234 110 71 0 47 343 71 47
Binary 101011 1000011 10011100 1001000 111001 0 100111 11100011 111001 100111

Color Harmonies of #2B439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B439C

Black with #2B439C

Text Example


Text Example

White with #2B439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,156); }

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

background-color css

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

 a { background-color: rgb(43,67,156); }

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

border-color css

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

 span { border-color: rgb(43,67,156); }

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