Html Css Color HEX #216296 Endeavour

📋 copy color: '#216296'

red 33 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #216296

Tints of Endeavour #216296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 11.74%
G = 34.88%
B = 53.38%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216296 (or 0x216296) is known color: Endeavour. HEX triplet: 21, 62 and 96. RGB value is (33,98,150). Sum of RGB (Red+Green+Blue) = 33+98+150=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #216296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216296 is #DE9D69. Grayscale: #545454. Windows color (decimal): -14589290 or 9855521. OLE color: 9855521.

HSL color Cylindrical-coordinate representation of color #216296: hue angle of 206.67º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216296 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 98 150 -
CMYK 0.78 0.35 0 0.41
HSL 206.67º 0.64% 0.36% -
HSV(B) 206.67º 0.78% 0.59% -
XYZ 10.5 11.26 30.47 -
YUV 84.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 33 98 150 0.78 0.35 0 0.41 206.67 0.64 0.36
Hex 21 62 96 4E 23 0 29 CF 40 24
Octal 41 142 226 116 43 0 51 317 100 44
Binary 100001 1100010 10010110 1001110 100011 0 101001 11001111 1000000 100100

Color Harmonies of #216296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216296

Black with #216296

Text Example


Text Example

White with #216296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216296; }

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

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

background-color css

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

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

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

border-color css

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

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

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