Html Css Color HEX #2B429B Tory Blue

📋 copy color: '#2B429B'

red 43 ◦ green 66 ◦ blue 155

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

Shades of Tory Blue #2B429B

Tints of Tory Blue #2B429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 16.29%
G = 25%
B = 58.71%

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

#2B429B (or 0x2B429B) is known color: Tory Blue. HEX triplet: 2B, 42 and 9B. RGB value is (43,66,155). Sum of RGB (Red+Green+Blue) = 43+66+155=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B429B is #D4BD64. Grayscale: #444444. Windows color (decimal): -13942117 or 10175019. OLE color: 10175019.

HSL color Cylindrical-coordinate representation of color #2B429B: hue angle of 227.68º 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 #2B429B is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 66 155 -
CMYK 0.72 0.57 0 0.39
HSL 227.68º 0.57% 0.39% -
HSV(B) 227.68º 0.72% 0.61% -
XYZ 8.86 6.78 31.85 -
YUV 69.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 43 66 155 0.72 0.57 0 0.39 227.68 0.57 0.39
Hex 2B 42 9B 48 39 0 27 E4 39 27
Octal 53 102 233 110 71 0 47 344 71 47
Binary 101011 1000010 10011011 1001000 111001 0 100111 11100100 111001 100111

Color Harmonies of #2B429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B429B

Black with #2B429B

Text Example


Text Example

White with #2B429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,155); }

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

background-color css

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

 a { background-color: rgb(43,66,155); }

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

border-color css

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

 span { border-color: rgb(43,66,155); }

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