Html Css Color HEX #216695 Endeavour

📋 copy color: '#216695'

red 33 ◦ green 102 ◦ blue 149

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

Shades of Endeavour #216695

Tints of Endeavour #216695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 11.62%
G = 35.92%
B = 52.46%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216695 (or 0x216695) is known color: Endeavour. HEX triplet: 21, 66 and 95. RGB value is (33,102,149). Sum of RGB (Red+Green+Blue) = 33+102+149=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #216695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216695 is #DE996A. Grayscale: #565656. Windows color (decimal): -14588267 or 9791009. OLE color: 9791009.

HSL color Cylindrical-coordinate representation of color #216695: hue angle of 204.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216695 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 102 149 -
CMYK 0.78 0.32 0 0.42
HSL 204.31º 0.64% 0.36% -
HSV(B) 204.31º 0.78% 0.58% -
XYZ 10.8 12 30.18 -
YUV 86.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 33 102 149 0.78 0.32 0 0.42 204.31 0.64 0.36
Hex 21 66 95 4E 20 0 2A CC 40 24
Octal 41 146 225 116 40 0 52 314 100 44
Binary 100001 1100110 10010101 1001110 100000 0 101010 11001100 1000000 100100

Color Harmonies of #216695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216695

Black with #216695

Text Example


Text Example

White with #216695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216695; }

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

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

background-color css

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

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

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

border-color css

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

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

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