Html Css Color HEX #216594 Endeavour

📋 copy color: '#216594'

red 33 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #216594

Tints of Endeavour #216594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 11.7%
G = 35.82%
B = 52.48%

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

#216594 (or 0x216594) is known color: Endeavour. HEX triplet: 21, 65 and 94. RGB value is (33,101,148). Sum of RGB (Red+Green+Blue) = 33+101+148=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #216594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216594 is #DE9A6B. Grayscale: #555555. Windows color (decimal): -14588524 or 9725217. OLE color: 9725217.

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

Color convert

RGB 33 101 148 -
CMYK 0.78 0.32 0 0.42
HSL 204.52º 0.64% 0.35% -
HSV(B) 204.52º 0.78% 0.58% -
XYZ 10.63 11.77 29.73 -
YUV 86.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 33 101 148 0.78 0.32 0 0.42 204.52 0.64 0.35
Hex 21 65 94 4E 20 0 2A CD 40 23
Octal 41 145 224 116 40 0 52 315 100 43
Binary 100001 1100101 10010100 1001110 100000 0 101010 11001101 1000000 100011

Color Harmonies of #216594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216594

Black with #216594

Text Example


Text Example

White with #216594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216594; }

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

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

background-color css

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

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

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

border-color css

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

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

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