Html Css Color HEX #2B3E89 Tory Blue

📋 copy color: '#2B3E89'

red 43 ◦ green 62 ◦ blue 137

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

Shades of Tory Blue #2B3E89

Tints of Tory Blue #2B3E89

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.62%

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 17.77%
G = 25.62%
B = 56.61%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B3E89 (or 0x2B3E89) is known color: Tory Blue. HEX triplet: 2B, 3E and 89. RGB value is (43,62,137). Sum of RGB (Red+Green+Blue) = 43+62+137=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B3E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3E89 is #D4C176. Grayscale: #404040. Windows color (decimal): -13943159 or 8994347. OLE color: 8994347.

HSL color Cylindrical-coordinate representation of color #2B3E89: hue angle of 227.87º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B3E89 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 62 137 -
CMYK 0.69 0.55 0 0.46
HSL 227.87º 0.52% 0.35% -
HSV(B) 227.87º 0.69% 0.54% -
XYZ 7.23 5.76 24.4 -
YUV 64.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 43 62 137 0.69 0.55 0 0.46 227.87 0.52 0.35
Hex 2B 3E 89 45 37 0 2E E4 34 23
Octal 53 76 211 105 67 0 56 344 64 43
Binary 101011 111110 10001001 1000101 110111 0 101110 11100100 110100 100011

Color Harmonies of #2B3E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3E89

Black with #2B3E89

Text Example


Text Example

White with #2B3E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,62,137); }

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

background-color css

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

 a { background-color: rgb(43,62,137); }

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

border-color css

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

 span { border-color: rgb(43,62,137); }

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