Html Css Color HEX #215C99 Endeavour

📋 copy color: '#215C99'

red 33 ◦ green 92 ◦ blue 153

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

Shades of Endeavour #215C99

Tints of Endeavour #215C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 11.87%
G = 33.09%
B = 55.04%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#215C99 (or 0x215C99) is known color: Endeavour. HEX triplet: 21, 5C and 99. RGB value is (33,92,153). Sum of RGB (Red+Green+Blue) = 33+92+153=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #215C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C99 is #DEA366. Grayscale: #515151. Windows color (decimal): -14590823 or 10050593. OLE color: 10050593.

HSL color Cylindrical-coordinate representation of color #215C99: hue angle of 210.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215C99 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 92 153 -
CMYK 0.78 0.40 0 0.4
HSL 210.5º 0.65% 0.36% -
HSV(B) 210.5º 0.78% 0.6% -
XYZ 10.2 10.28 31.58 -
YUV 81.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 33 92 153 0.78 0.40 0 0.4 210.5 0.65 0.36
Hex 21 5C 99 4E 28 0 28 D2 41 24
Octal 41 134 231 116 50 0 50 322 101 44
Binary 100001 1011100 10011001 1001110 101000 0 101000 11010010 1000001 100100

Color Harmonies of #215C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C99

Black with #215C99

Text Example


Text Example

White with #215C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,153); }

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

background-color css

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

 a { background-color: rgb(33,92,153); }

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

border-color css

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

 span { border-color: rgb(33,92,153); }

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