Html Css Color HEX #215C8A Endeavour

📋 copy color: '#215C8A'

red 33 ◦ green 92 ◦ blue 138

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

Shades of Endeavour #215C8A

Tints of Endeavour #215C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 12.55%
G = 34.98%
B = 52.47%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#215C8A (or 0x215C8A) is known color: Endeavour. HEX triplet: 21, 5C and 8A. RGB value is (33,92,138). Sum of RGB (Red+Green+Blue) = 33+92+138=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #215C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C8A is #DEA375. Grayscale: #4F4F4F. Windows color (decimal): -14590838 or 9067553. OLE color: 9067553.

HSL color Cylindrical-coordinate representation of color #215C8A: hue angle of 206.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215C8A is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 92 138 -
CMYK 0.76 0.33 0 0.46
HSL 206.29º 0.61% 0.34% -
HSV(B) 206.29º 0.76% 0.54% -
XYZ 9.04 9.81 25.46 -
YUV 79.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 33 92 138 0.76 0.33 0 0.46 206.29 0.61 0.34
Hex 21 5C 8A 4C 21 0 2E CE 3D 22
Octal 41 134 212 114 41 0 56 316 75 42
Binary 100001 1011100 10001010 1001100 100001 0 101110 11001110 111101 100010

Color Harmonies of #215C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C8A

Black with #215C8A

Text Example


Text Example

White with #215C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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