Html Css Color HEX #215D8D Endeavour

📋 copy color: '#215D8D'

red 33 ◦ green 93 ◦ blue 141

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

Shades of Endeavour #215D8D

Tints of Endeavour #215D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 12.36%
G = 34.83%
B = 52.81%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#215D8D (or 0x215D8D) is known color: Endeavour. HEX triplet: 21, 5D and 8D. RGB value is (33,93,141). Sum of RGB (Red+Green+Blue) = 33+93+141=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #215D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D8D is #DEA272. Grayscale: #505050. Windows color (decimal): -14590579 or 9264417. OLE color: 9264417.

HSL color Cylindrical-coordinate representation of color #215D8D: hue angle of 206.67º 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 #215D8D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 93 141 -
CMYK 0.77 0.34 0 0.45
HSL 206.67º 0.62% 0.34% -
HSV(B) 206.67º 0.77% 0.55% -
XYZ 9.35 10.08 26.65 -
YUV 80.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 33 93 141 0.77 0.34 0 0.45 206.67 0.62 0.34
Hex 21 5D 8D 4D 22 0 2D CF 3E 22
Octal 41 135 215 115 42 0 55 317 76 42
Binary 100001 1011101 10001101 1001101 100010 0 101101 11001111 111110 100010

Color Harmonies of #215D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D8D

Black with #215D8D

Text Example


Text Example

White with #215D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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