Html Css Color HEX #215C8E Endeavour

📋 copy color: '#215C8E'

red 33 ◦ green 92 ◦ blue 142

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

Shades of Endeavour #215C8E

Tints of Endeavour #215C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 12.36%
G = 34.46%
B = 53.18%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#215C8E (or 0x215C8E) is known color: Endeavour. HEX triplet: 21, 5C and 8E. RGB value is (33,92,142). Sum of RGB (Red+Green+Blue) = 33+92+142=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #215C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C8E is #DEA371. Grayscale: #4F4F4F. Windows color (decimal): -14590834 or 9329697. OLE color: 9329697.

HSL color Cylindrical-coordinate representation of color #215C8E: hue angle of 207.52º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215C8E is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 92 142 -
CMYK 0.77 0.35 0 0.44
HSL 207.52º 0.62% 0.34% -
HSV(B) 207.52º 0.77% 0.56% -
XYZ 9.34 9.93 27.02 -
YUV 80.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 33 92 142 0.77 0.35 0 0.44 207.52 0.62 0.34
Hex 21 5C 8E 4D 23 0 2C D0 3E 22
Octal 41 134 216 115 43 0 54 320 76 42
Binary 100001 1011100 10001110 1001101 100011 0 101100 11010000 111110 100010

Color Harmonies of #215C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C8E

Black with #215C8E

Text Example


Text Example

White with #215C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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