Html Css Color HEX #215288 Endeavour

📋 copy color: '#215288'

red 33 ◦ green 82 ◦ blue 136

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

Shades of Endeavour #215288

Tints of Endeavour #215288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 136 (53.52% from 255) = 54.18%

R = 13.15%
G = 32.67%
B = 54.18%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215288 (or 0x215288) is known color: Endeavour. HEX triplet: 21, 52 and 88. RGB value is (33,82,136). Sum of RGB (Red+Green+Blue) = 33+82+136=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #215288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215288 is #DEAD77. Grayscale: #494949. Windows color (decimal): -14593400 or 8933921. OLE color: 8933921.

HSL color Cylindrical-coordinate representation of color #215288: hue angle of 211.46º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215288 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 82 136 -
CMYK 0.76 0.40 0 0.47
HSL 211.46º 0.61% 0.33% -
HSV(B) 211.46º 0.76% 0.53% -
XYZ 8.09 8.14 24.44 -
YUV 73.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 33 82 136 0.76 0.40 0 0.47 211.46 0.61 0.33
Hex 21 52 88 4C 28 0 2F D3 3D 21
Octal 41 122 210 114 50 0 57 323 75 41
Binary 100001 1010010 10001000 1001100 101000 0 101111 11010011 111101 100001

Color Harmonies of #215288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215288

Black with #215288

Text Example


Text Example

White with #215288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215288; }

 p { color: rgb(33,82,136); }

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

background-color css

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

 a { background-color: rgb(33,82,136); }

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

border-color css

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

 span { border-color: rgb(33,82,136); }

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