Html Css Color HEX #215C94 Endeavour

📋 copy color: '#215C94'

red 33 ◦ green 92 ◦ blue 148

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

Shades of Endeavour #215C94

Tints of Endeavour #215C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 12.09%
G = 33.7%
B = 54.21%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215C94 (or 0x215C94) is known color: Endeavour. HEX triplet: 21, 5C and 94. RGB value is (33,92,148). Sum of RGB (Red+Green+Blue) = 33+92+148=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #215C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C94 is #DEA36B. Grayscale: #505050. Windows color (decimal): -14590828 or 9722913. OLE color: 9722913.

HSL color Cylindrical-coordinate representation of color #215C94: hue angle of 209.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215C94 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 92 148 -
CMYK 0.78 0.38 0 0.42
HSL 209.22º 0.64% 0.35% -
HSV(B) 209.22º 0.78% 0.58% -
XYZ 9.8 10.12 29.45 -
YUV 80.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 33 92 148 0.78 0.38 0 0.42 209.22 0.64 0.35
Hex 21 5C 94 4E 26 0 2A D1 40 23
Octal 41 134 224 116 46 0 52 321 100 43
Binary 100001 1011100 10010100 1001110 100110 0 101010 11010001 1000000 100011

Color Harmonies of #215C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C94

Black with #215C94

Text Example


Text Example

White with #215C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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