Html Css Color HEX #215D8C Endeavour

📋 copy color: '#215D8C'

red 33 ◦ green 93 ◦ blue 140

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

Shades of Endeavour #215D8C

Tints of Endeavour #215D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 12.41%
G = 34.96%
B = 52.63%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#215D8C (or 0x215D8C) is known color: Endeavour. HEX triplet: 21, 5D and 8C. RGB value is (33,93,140). Sum of RGB (Red+Green+Blue) = 33+93+140=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #215D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D8C is #DEA273. Grayscale: #505050. Windows color (decimal): -14590580 or 9198881. OLE color: 9198881.

HSL color Cylindrical-coordinate representation of color #215D8C: hue angle of 206.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215D8C is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 93 140 -
CMYK 0.76 0.34 0 0.45
HSL 206.36º 0.62% 0.34% -
HSV(B) 206.36º 0.76% 0.55% -
XYZ 9.28 10.05 26.26 -
YUV 80.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 33 93 140 0.76 0.34 0 0.45 206.36 0.62 0.34
Hex 21 5D 8C 4C 22 0 2D CE 3E 22
Octal 41 135 214 114 42 0 55 316 76 42
Binary 100001 1011101 10001100 1001100 100010 0 101101 11001110 111110 100010

Color Harmonies of #215D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D8C

Black with #215D8C

Text Example


Text Example

White with #215D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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