Html Css Color HEX #215E9B Endeavour

📋 copy color: '#215E9B'

red 33 ◦ green 94 ◦ blue 155

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

Shades of Endeavour #215E9B

Tints of Endeavour #215E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 11.7%
G = 33.33%
B = 54.96%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#215E9B (or 0x215E9B) is known color: Endeavour. HEX triplet: 21, 5E and 9B. RGB value is (33,94,155). Sum of RGB (Red+Green+Blue) = 33+94+155=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #215E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E9B is #DEA164. Grayscale: #525252. Windows color (decimal): -14590309 or 10182177. OLE color: 10182177.

HSL color Cylindrical-coordinate representation of color #215E9B: hue angle of 210º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215E9B is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 94 155 -
CMYK 0.79 0.39 0 0.39
HSL 210º 0.65% 0.37% -
HSV(B) 210º 0.79% 0.61% -
XYZ 10.55 10.7 32.52 -
YUV 82.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 33 94 155 0.79 0.39 0 0.39 210 0.65 0.37
Hex 21 5E 9B 4F 27 0 27 D2 41 25
Octal 41 136 233 117 47 0 47 322 101 45
Binary 100001 1011110 10011011 1001111 100111 0 100111 11010010 1000001 100101

Color Harmonies of #215E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E9B

Black with #215E9B

Text Example


Text Example

White with #215E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,94,155); }

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

background-color css

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

 a { background-color: rgb(33,94,155); }

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

border-color css

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

 span { border-color: rgb(33,94,155); }

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