Html Css Color HEX #216194 Endeavour

📋 copy color: '#216194'

red 33 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #216194

Tints of Endeavour #216194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 11.87%
G = 34.89%
B = 53.24%

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

#216194 (or 0x216194) is known color: Endeavour. HEX triplet: 21, 61 and 94. RGB value is (33,97,148). Sum of RGB (Red+Green+Blue) = 33+97+148=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #216194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216194 is #DE9E6B. Grayscale: #535353. Windows color (decimal): -14589548 or 9724193. OLE color: 9724193.

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

Color convert

RGB 33 97 148 -
CMYK 0.78 0.34 0 0.42
HSL 206.61º 0.64% 0.35% -
HSV(B) 206.61º 0.78% 0.58% -
XYZ 10.25 11.01 29.6 -
YUV 83.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 33 97 148 0.78 0.34 0 0.42 206.61 0.64 0.35
Hex 21 61 94 4E 22 0 2A CF 40 23
Octal 41 141 224 116 42 0 52 317 100 43
Binary 100001 1100001 10010100 1001110 100010 0 101010 11001111 1000000 100011

Color Harmonies of #216194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216194

Black with #216194

Text Example


Text Example

White with #216194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216194; }

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

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

background-color css

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

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

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

border-color css

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

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

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