Html Css Color HEX #216595 Endeavour

📋 copy color: '#216595'

red 33 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #216595

Tints of Endeavour #216595

RGB

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

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

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

R = 11.66%
G = 35.69%
B = 52.65%

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

#216595 (or 0x216595) is known color: Endeavour. HEX triplet: 21, 65 and 95. RGB value is (33,101,149). Sum of RGB (Red+Green+Blue) = 33+101+149=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #216595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216595 is #DE9A6A. Grayscale: #555555. Windows color (decimal): -14588523 or 9790753. OLE color: 9790753.

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

Color convert

RGB 33 101 149 -
CMYK 0.78 0.32 0 0.42
HSL 204.83º 0.64% 0.36% -
HSV(B) 204.83º 0.78% 0.58% -
XYZ 10.71 11.8 30.15 -
YUV 86.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 33 101 149 0.78 0.32 0 0.42 204.83 0.64 0.36
Hex 21 65 95 4E 20 0 2A CD 40 24
Octal 41 145 225 116 40 0 52 315 100 44
Binary 100001 1100101 10010101 1001110 100000 0 101010 11001101 1000000 100100

Color Harmonies of #216595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216595

Black with #216595

Text Example


Text Example

White with #216595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216595; }

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

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

background-color css

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

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

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

border-color css

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

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

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