Html Css Color HEX #216295 Endeavour

📋 copy color: '#216295'

red 33 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #216295

Tints of Endeavour #216295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 11.79%
G = 35%
B = 53.21%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216295 (or 0x216295) is known color: Endeavour. HEX triplet: 21, 62 and 95. RGB value is (33,98,149). Sum of RGB (Red+Green+Blue) = 33+98+149=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #216295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216295 is #DE9D6A. Grayscale: #545454. Windows color (decimal): -14589291 or 9789985. OLE color: 9789985.

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

Color convert

RGB 33 98 149 -
CMYK 0.78 0.34 0 0.42
HSL 206.38º 0.64% 0.36% -
HSV(B) 206.38º 0.78% 0.58% -
XYZ 10.42 11.23 30.05 -
YUV 84.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 33 98 149 0.78 0.34 0 0.42 206.38 0.64 0.36
Hex 21 62 95 4E 22 0 2A CE 40 24
Octal 41 142 225 116 42 0 52 316 100 44
Binary 100001 1100010 10010101 1001110 100010 0 101010 11001110 1000000 100100

Color Harmonies of #216295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216295

Black with #216295

Text Example


Text Example

White with #216295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216295; }

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

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

background-color css

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

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

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

border-color css

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

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

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