Html Css Color HEX #215388 Endeavour

📋 copy color: '#215388'

red 33 ◦ green 83 ◦ blue 136

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

Shades of Endeavour #215388

Tints of Endeavour #215388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 13.1%
G = 32.94%
B = 53.97%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215388 (or 0x215388) is known color: Endeavour. HEX triplet: 21, 53 and 88. RGB value is (33,83,136). Sum of RGB (Red+Green+Blue) = 33+83+136=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #215388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215388 is #DEAC77. Grayscale: #494949. Windows color (decimal): -14593144 or 8934177. OLE color: 8934177.

HSL color Cylindrical-coordinate representation of color #215388: hue angle of 210.87º 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 #215388 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 83 136 -
CMYK 0.76 0.39 0 0.47
HSL 210.87º 0.61% 0.33% -
HSV(B) 210.87º 0.76% 0.53% -
XYZ 8.16 8.29 24.46 -
YUV 74.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 33 83 136 0.76 0.39 0 0.47 210.87 0.61 0.33
Hex 21 53 88 4C 27 0 2F D3 3D 21
Octal 41 123 210 114 47 0 57 323 75 41
Binary 100001 1010011 10001000 1001100 100111 0 101111 11010011 111101 100001

Color Harmonies of #215388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215388

Black with #215388

Text Example


Text Example

White with #215388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215388; }

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

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

background-color css

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

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

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

border-color css

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

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

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