Html Css Color HEX #2B439A Tory Blue

📋 copy color: '#2B439A'

red 43 ◦ green 67 ◦ blue 154

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

Shades of Tory Blue #2B439A

Tints of Tory Blue #2B439A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.33%

R = 16.29%
G = 25.38%
B = 58.33%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B439A (or 0x2B439A) is known color: Tory Blue. HEX triplet: 2B, 43 and 9A. RGB value is (43,67,154). Sum of RGB (Red+Green+Blue) = 43+67+154=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B439A is #D4BC65. Grayscale: #454545. Windows color (decimal): -13941862 or 10109739. OLE color: 10109739.

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

Color convert

RGB 43 67 154 -
CMYK 0.72 0.56 0 0.40
HSL 227.03º 0.56% 0.39% -
HSV(B) 227.03º 0.72% 0.6% -
XYZ 8.84 6.86 31.43 -
YUV 69.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 43 67 154 0.72 0.56 0 0.40 227.03 0.56 0.39
Hex 2B 43 9A 48 38 0 28 E3 38 27
Octal 53 103 232 110 70 0 50 343 70 47
Binary 101011 1000011 10011010 1001000 111000 0 101000 11100011 111000 100111

Color Harmonies of #2B439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B439A

Black with #2B439A

Text Example


Text Example

White with #2B439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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