Html Css Color HEX #215294 Endeavour

📋 copy color: '#215294'

red 33 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #215294

Tints of Endeavour #215294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 12.55%
G = 31.18%
B = 56.27%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215294 (or 0x215294) is known color: Endeavour. HEX triplet: 21, 52 and 94. RGB value is (33,82,148). Sum of RGB (Red+Green+Blue) = 33+82+148=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #215294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215294 is #DEAD6B. Grayscale: #4A4A4A. Windows color (decimal): -14593388 or 9720353. OLE color: 9720353.

HSL color Cylindrical-coordinate representation of color #215294: hue angle of 214.43º degrees, saturation: 0.64, 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 #215294 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 82 148 -
CMYK 0.78 0.45 0 0.42
HSL 214.43º 0.64% 0.35% -
HSV(B) 214.43º 0.78% 0.58% -
XYZ 8.99 8.5 29.18 -
YUV 74.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 33 82 148 0.78 0.45 0 0.42 214.43 0.64 0.35
Hex 21 52 94 4E 2D 0 2A D6 40 23
Octal 41 122 224 116 55 0 52 326 100 43
Binary 100001 1010010 10010100 1001110 101101 0 101010 11010110 1000000 100011

Color Harmonies of #215294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215294

Black with #215294

Text Example


Text Example

White with #215294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215294; }

 p { color: rgb(33,82,148); }

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

background-color css

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

 a { background-color: rgb(33,82,148); }

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

border-color css

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

 span { border-color: rgb(33,82,148); }

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