Html Css Color HEX #216694 Endeavour

📋 copy color: '#216694'

red 33 ◦ green 102 ◦ blue 148

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

Shades of Endeavour #216694

Tints of Endeavour #216694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 11.66%
G = 36.04%
B = 52.3%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216694 (or 0x216694) is known color: Endeavour. HEX triplet: 21, 66 and 94. RGB value is (33,102,148). Sum of RGB (Red+Green+Blue) = 33+102+148=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #216694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216694 is #DE996B. Grayscale: #565656. Windows color (decimal): -14588268 or 9725473. OLE color: 9725473.

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

Color convert

RGB 33 102 148 -
CMYK 0.78 0.31 0 0.42
HSL 204º 0.64% 0.35% -
HSV(B) 204º 0.78% 0.58% -
XYZ 10.72 11.96 29.76 -
YUV 86.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 33 102 148 0.78 0.31 0 0.42 204 0.64 0.35
Hex 21 66 94 4E 1F 0 2A CC 40 23
Octal 41 146 224 116 37 0 52 314 100 43
Binary 100001 1100110 10010100 1001110 11111 0 101010 11001100 1000000 100011

Color Harmonies of #216694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216694

Black with #216694

Text Example


Text Example

White with #216694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216694; }

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

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

background-color css

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

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

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

border-color css

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

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

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