Html Css Color HEX #216394 Endeavour

📋 copy color: '#216394'

red 33 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #216394

Tints of Endeavour #216394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 11.79%
G = 35.36%
B = 52.86%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216394 (or 0x216394) is known color: Endeavour. HEX triplet: 21, 63 and 94. RGB value is (33,99,148). Sum of RGB (Red+Green+Blue) = 33+99+148=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #216394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216394 is #DE9C6B. Grayscale: #545454. Windows color (decimal): -14589036 or 9724705. OLE color: 9724705.

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

Color convert

RGB 33 99 148 -
CMYK 0.78 0.33 0 0.42
HSL 205.57º 0.64% 0.35% -
HSV(B) 205.57º 0.78% 0.58% -
XYZ 10.43 11.39 29.66 -
YUV 84.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 33 99 148 0.78 0.33 0 0.42 205.57 0.64 0.35
Hex 21 63 94 4E 21 0 2A CE 40 23
Octal 41 143 224 116 41 0 52 316 100 43
Binary 100001 1100011 10010100 1001110 100001 0 101010 11001110 1000000 100011

Color Harmonies of #216394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216394

Black with #216394

Text Example


Text Example

White with #216394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216394; }

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

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

background-color css

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

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

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

border-color css

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

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

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