Html Css Color HEX #216690 Endeavour

📋 copy color: '#216690'

red 33 ◦ green 102 ◦ blue 144

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

Shades of Endeavour #216690

Tints of Endeavour #216690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 11.83%
G = 36.56%
B = 51.61%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#216690 (or 0x216690) is known color: Endeavour. HEX triplet: 21, 66 and 90. RGB value is (33,102,144). Sum of RGB (Red+Green+Blue) = 33+102+144=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #216690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216690 is #DE996F. Grayscale: #555555. Windows color (decimal): -14588272 or 9463329. OLE color: 9463329.

HSL color Cylindrical-coordinate representation of color #216690: hue angle of 202.7º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216690 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 102 144 -
CMYK 0.77 0.29 0 0.44
HSL 202.7º 0.63% 0.35% -
HSV(B) 202.7º 0.77% 0.56% -
XYZ 10.41 11.84 28.12 -
YUV 86.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 33 102 144 0.77 0.29 0 0.44 202.7 0.63 0.35
Hex 21 66 90 4D 1D 0 2C CB 3F 23
Octal 41 146 220 115 35 0 54 313 77 43
Binary 100001 1100110 10010000 1001101 11101 0 101100 11001011 111111 100011

Color Harmonies of #216690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216690

Black with #216690

Text Example


Text Example

White with #216690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216690; }

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

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

background-color css

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

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

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

border-color css

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

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

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