Html Css Color HEX #214B92 Endeavour

📋 copy color: '#214B92'

red 33 ◦ green 75 ◦ blue 146

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

Shades of Endeavour #214B92

Tints of Endeavour #214B92

RGB

 RED value IS 33 (13.28% from 255) = 12.99%

 GREEN value IS 75 (29.69% from 255) = 29.53%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 12.99%
G = 29.53%
B = 57.48%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214B92 (or 0x214B92) is known color: Endeavour. HEX triplet: 21, 4B and 92. RGB value is (33,75,146). Sum of RGB (Red+Green+Blue) = 33+75+146=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #214B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B92 is #DEB46D. Grayscale: #464646. Windows color (decimal): -14595182 or 9587489. OLE color: 9587489.

HSL color Cylindrical-coordinate representation of color #214B92: hue angle of 217.7º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214B92 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 75 146 -
CMYK 0.77 0.49 0 0.43
HSL 217.7º 0.63% 0.35% -
HSV(B) 217.7º 0.77% 0.57% -
XYZ 8.33 7.43 28.19 -
YUV 70.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 33 75 146 0.77 0.49 0 0.43 217.7 0.63 0.35
Hex 21 4B 92 4D 31 0 2B DA 3F 23
Octal 41 113 222 115 61 0 53 332 77 43
Binary 100001 1001011 10010010 1001101 110001 0 101011 11011010 111111 100011

Color Harmonies of #214B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B92

Black with #214B92

Text Example


Text Example

White with #214B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214B92; }

 p { color: rgb(33,75,146); }

 H1.HeaderClassName
 {
   color: #214B92;
 }
 .AnyTagClassName
 {
   color: #214B92;
 }
</style>

background-color css

<style>
 a { background-color: #214B92; }

 a { background-color: rgb(33,75,146); }

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

border-color css

<style>
 span { border-color: #214B92; }

 span { border-color: rgb(33,75,146); }

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