Html Css Color HEX #215A93 Endeavour

📋 copy color: '#215A93'

red 33 ◦ green 90 ◦ blue 147

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

Shades of Endeavour #215A93

Tints of Endeavour #215A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 12.22%
G = 33.33%
B = 54.44%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215A93 (or 0x215A93) is known color: Endeavour. HEX triplet: 21, 5A and 93. RGB value is (33,90,147). Sum of RGB (Red+Green+Blue) = 33+90+147=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #215A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A93 is #DEA56C. Grayscale: #4F4F4F. Windows color (decimal): -14591341 or 9656865. OLE color: 9656865.

HSL color Cylindrical-coordinate representation of color #215A93: hue angle of 210º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215A93 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 90 147 -
CMYK 0.78 0.39 0 0.42
HSL 210º 0.63% 0.35% -
HSV(B) 210º 0.78% 0.58% -
XYZ 9.55 9.74 28.98 -
YUV 79.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 33 90 147 0.78 0.39 0 0.42 210 0.63 0.35
Hex 21 5A 93 4E 27 0 2A D2 3F 23
Octal 41 132 223 116 47 0 52 322 77 43
Binary 100001 1011010 10010011 1001110 100111 0 101010 11010010 111111 100011

Color Harmonies of #215A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A93

Black with #215A93

Text Example


Text Example

White with #215A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,90,147); }

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

background-color css

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

 a { background-color: rgb(33,90,147); }

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

border-color css

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

 span { border-color: rgb(33,90,147); }

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