Html Css Color HEX #216793 Endeavour

📋 copy color: '#216793'

red 33 ◦ green 103 ◦ blue 147

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

Shades of Endeavour #216793

Tints of Endeavour #216793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 11.66%
G = 36.4%
B = 51.94%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216793 (or 0x216793) is known color: Endeavour. HEX triplet: 21, 67 and 93. RGB value is (33,103,147). Sum of RGB (Red+Green+Blue) = 33+103+147=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #216793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216793 is #DE986C. Grayscale: #565656. Windows color (decimal): -14588013 or 9660193. OLE color: 9660193.

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

Color convert

RGB 33 103 147 -
CMYK 0.78 0.30 0 0.42
HSL 203.16º 0.63% 0.35% -
HSV(B) 203.16º 0.78% 0.58% -
XYZ 10.74 12.13 29.38 -
YUV 87.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 33 103 147 0.78 0.30 0 0.42 203.16 0.63 0.35
Hex 21 67 93 4E 1E 0 2A CB 3F 23
Octal 41 147 223 116 36 0 52 313 77 43
Binary 100001 1100111 10010011 1001110 11110 0 101010 11001011 111111 100011

Color Harmonies of #216793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216793

Black with #216793

Text Example


Text Example

White with #216793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216793; }

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

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

background-color css

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

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

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

border-color css

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

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

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