Html Css Color HEX #215094 Endeavour

📋 copy color: '#215094'

red 33 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #215094

Tints of Endeavour #215094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 12.64%
G = 30.65%
B = 56.7%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215094 (or 0x215094) is known color: Endeavour. HEX triplet: 21, 50 and 94. RGB value is (33,80,148). Sum of RGB (Red+Green+Blue) = 33+80+148=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #215094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215094 is #DEAF6B. Grayscale: #494949. Windows color (decimal): -14593900 or 9719841. OLE color: 9719841.

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

Color convert

RGB 33 80 148 -
CMYK 0.78 0.46 0 0.42
HSL 215.48º 0.64% 0.35% -
HSV(B) 215.48º 0.78% 0.58% -
XYZ 8.84 8.2 29.13 -
YUV 73.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 33 80 148 0.78 0.46 0 0.42 215.48 0.64 0.35
Hex 21 50 94 4E 2E 0 2A D7 40 23
Octal 41 120 224 116 56 0 52 327 100 43
Binary 100001 1010000 10010100 1001110 101110 0 101010 11010111 1000000 100011

Color Harmonies of #215094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215094

Black with #215094

Text Example


Text Example

White with #215094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215094; }

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

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

background-color css

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

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

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

border-color css

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

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

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