Html Css Color HEX #2B3E90 Tory Blue

📋 copy color: '#2B3E90'

red 43 ◦ green 62 ◦ blue 144

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

Shades of Tory Blue #2B3E90

Tints of Tory Blue #2B3E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 17.27%
G = 24.9%
B = 57.83%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B3E90 (or 0x2B3E90) is known color: Tory Blue. HEX triplet: 2B, 3E and 90. RGB value is (43,62,144). Sum of RGB (Red+Green+Blue) = 43+62+144=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B3E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3E90 is #D4C16F. Grayscale: #414141. Windows color (decimal): -13943152 or 9453099. OLE color: 9453099.

HSL color Cylindrical-coordinate representation of color #2B3E90: hue angle of 228.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3E90 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 62 144 -
CMYK 0.70 0.57 0 0.44
HSL 228.71º 0.54% 0.37% -
HSV(B) 228.71º 0.7% 0.56% -
XYZ 7.75 5.97 27.13 -
YUV 65.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 43 62 144 0.70 0.57 0 0.44 228.71 0.54 0.37
Hex 2B 3E 90 46 39 0 2C E5 36 25
Octal 53 76 220 106 71 0 54 345 66 45
Binary 101011 111110 10010000 1000110 111001 0 101100 11100101 110110 100101

Color Harmonies of #2B3E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3E90

Black with #2B3E90

Text Example


Text Example

White with #2B3E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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