Html Css Color HEX #215E8D Endeavour

📋 copy color: '#215E8D'

red 33 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #215E8D

Tints of Endeavour #215E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 12.31%
G = 35.07%
B = 52.61%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#215E8D (or 0x215E8D) is known color: Endeavour. HEX triplet: 21, 5E and 8D. RGB value is (33,94,141). Sum of RGB (Red+Green+Blue) = 33+94+141=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #215E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E8D is #DEA172. Grayscale: #505050. Windows color (decimal): -14590323 or 9264673. OLE color: 9264673.

HSL color Cylindrical-coordinate representation of color #215E8D: hue angle of 206.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215E8D is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 94 141 -
CMYK 0.77 0.33 0 0.45
HSL 206.11º 0.62% 0.34% -
HSV(B) 206.11º 0.77% 0.55% -
XYZ 9.44 10.25 26.68 -
YUV 81.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 33 94 141 0.77 0.33 0 0.45 206.11 0.62 0.34
Hex 21 5E 8D 4D 21 0 2D CE 3E 22
Octal 41 136 215 115 41 0 55 316 76 42
Binary 100001 1011110 10001101 1001101 100001 0 101101 11001110 111110 100010

Color Harmonies of #215E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E8D

Black with #215E8D

Text Example


Text Example

White with #215E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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