Html Css Color HEX #215185 Endeavour

📋 copy color: '#215185'

red 33 ◦ green 81 ◦ blue 133

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

Shades of Endeavour #215185

Tints of Endeavour #215185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 13.36%
G = 32.79%
B = 53.85%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#215185 (or 0x215185) is known color: Endeavour. HEX triplet: 21, 51 and 85. RGB value is (33,81,133). Sum of RGB (Red+Green+Blue) = 33+81+133=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #215185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215185 is #DEAE7A. Grayscale: #484848. Windows color (decimal): -14593659 or 8737057. OLE color: 8737057.

HSL color Cylindrical-coordinate representation of color #215185: hue angle of 211.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215185 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 81 133 -
CMYK 0.75 0.39 0 0.48
HSL 211.2º 0.6% 0.33% -
HSV(B) 211.2º 0.75% 0.52% -
XYZ 7.8 7.9 23.3 -
YUV 72.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 33 81 133 0.75 0.39 0 0.48 211.2 0.6 0.33
Hex 21 51 85 4B 27 0 30 D3 3C 21
Octal 41 121 205 113 47 0 60 323 74 41
Binary 100001 1010001 10000101 1001011 100111 0 110000 11010011 111100 100001

Color Harmonies of #215185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215185

Black with #215185

Text Example


Text Example

White with #215185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215185; }

 p { color: rgb(33,81,133); }

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

background-color css

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

 a { background-color: rgb(33,81,133); }

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

border-color css

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

 span { border-color: rgb(33,81,133); }

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