Html Css Color HEX #215D92 Endeavour

📋 copy color: '#215D92'

red 33 ◦ green 93 ◦ blue 146

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

Shades of Endeavour #215D92

Tints of Endeavour #215D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

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

R = 12.13%
G = 34.19%
B = 53.68%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#215D92 (or 0x215D92) is known color: Endeavour. HEX triplet: 21, 5D and 92. RGB value is (33,93,146). Sum of RGB (Red+Green+Blue) = 33+93+146=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #215D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D92 is #DEA26D. Grayscale: #505050. Windows color (decimal): -14590574 or 9592097. OLE color: 9592097.

HSL color Cylindrical-coordinate representation of color #215D92: hue angle of 208.14º 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 #215D92 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 93 146 -
CMYK 0.77 0.36 0 0.43
HSL 208.14º 0.63% 0.35% -
HSV(B) 208.14º 0.77% 0.57% -
XYZ 9.73 10.23 28.66 -
YUV 81.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 33 93 146 0.77 0.36 0 0.43 208.14 0.63 0.35
Hex 21 5D 92 4D 24 0 2B D0 3F 23
Octal 41 135 222 115 44 0 53 320 77 43
Binary 100001 1011101 10010010 1001101 100100 0 101011 11010000 111111 100011

Color Harmonies of #215D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D92

Black with #215D92

Text Example


Text Example

White with #215D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215D92; }

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

 H1.HeaderClassName
 {
   color: #215D92;
 }
 .AnyTagClassName
 {
   color: #215D92;
 }
</style>

background-color css

<style>
 a { background-color: #215D92; }

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

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

border-color css

<style>
 span { border-color: #215D92; }

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

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