Html Css Color HEX #215898 Endeavour

📋 copy color: '#215898'

red 33 ◦ green 88 ◦ blue 152

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

Shades of Endeavour #215898

Tints of Endeavour #215898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 12.09%
G = 32.23%
B = 55.68%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#215898 (or 0x215898) is known color: Endeavour. HEX triplet: 21, 58 and 98. RGB value is (33,88,152). Sum of RGB (Red+Green+Blue) = 33+88+152=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #215898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215898 is #DEA767. Grayscale: #4E4E4E. Windows color (decimal): -14591848 or 9984033. OLE color: 9984033.

HSL color Cylindrical-coordinate representation of color #215898: hue angle of 212.27º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215898 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 88 152 -
CMYK 0.78 0.42 0 0.40
HSL 212.27º 0.64% 0.36% -
HSV(B) 212.27º 0.78% 0.6% -
XYZ 9.78 9.57 31.04 -
YUV 78.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 33 88 152 0.78 0.42 0 0.40 212.27 0.64 0.36
Hex 21 58 98 4E 2A 0 28 D4 40 24
Octal 41 130 230 116 52 0 50 324 100 44
Binary 100001 1011000 10011000 1001110 101010 0 101000 11010100 1000000 100100

Color Harmonies of #215898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215898

Black with #215898

Text Example


Text Example

White with #215898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215898; }

 p { color: rgb(33,88,152); }

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

background-color css

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

 a { background-color: rgb(33,88,152); }

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

border-color css

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

 span { border-color: rgb(33,88,152); }

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