Html Css Color HEX #216790 Endeavour

📋 copy color: '#216790'

red 33 ◦ green 103 ◦ blue 144

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

Shades of Endeavour #216790

Tints of Endeavour #216790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 11.79%
G = 36.79%
B = 51.43%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#216790 (or 0x216790) is known color: Endeavour. HEX triplet: 21, 67 and 90. RGB value is (33,103,144). Sum of RGB (Red+Green+Blue) = 33+103+144=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #216790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216790 is #DE986F. Grayscale: #565656. Windows color (decimal): -14588016 or 9463585. OLE color: 9463585.

HSL color Cylindrical-coordinate representation of color #216790: hue angle of 202.16º 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 #216790 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 103 144 -
CMYK 0.77 0.28 0 0.44
HSL 202.16º 0.63% 0.35% -
HSV(B) 202.16º 0.77% 0.56% -
XYZ 10.51 12.04 28.16 -
YUV 86.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 33 103 144 0.77 0.28 0 0.44 202.16 0.63 0.35
Hex 21 67 90 4D 1C 0 2C CA 3F 23
Octal 41 147 220 115 34 0 54 312 77 43
Binary 100001 1100111 10010000 1001101 11100 0 101100 11001010 111111 100011

Color Harmonies of #216790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216790

Black with #216790

Text Example


Text Example

White with #216790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216790; }

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

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

background-color css

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

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

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

border-color css

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

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

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