Html Css Color HEX #335994 Endeavour

📋 copy color: '#335994'

red 51 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #335994

Tints of Endeavour #335994

RGB

 RED value IS 51 (20.31% from 255) = 17.71%

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 17.71%
G = 30.9%
B = 51.39%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335994 (or 0x335994) is known color: Endeavour. HEX triplet: 33, 59 and 94. RGB value is (51,89,148). Sum of RGB (Red+Green+Blue) = 51+89+148=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #335994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335994 is #CCA66B. Grayscale: #545454. Windows color (decimal): -13411948 or 9722163. OLE color: 9722163.

HSL color Cylindrical-coordinate representation of color #335994: hue angle of 216.49º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335994 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 89 148 -
CMYK 0.66 0.40 0 0.42
HSL 216.49º 0.49% 0.39% -
HSV(B) 216.49º 0.66% 0.58% -
XYZ 10.28 9.99 29.4 -
YUV 84.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 51 89 148 0.66 0.40 0 0.42 216.49 0.49 0.39
Hex 33 59 94 42 28 0 2A D8 31 27
Octal 63 131 224 102 50 0 52 330 61 47
Binary 110011 1011001 10010100 1000010 101000 0 101010 11011000 110001 100111

Color Harmonies of #335994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335994

Black with #335994

Text Example


Text Example

White with #335994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335994; }

 p { color: rgb(51,89,148); }

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

background-color css

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

 a { background-color: rgb(51,89,148); }

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

border-color css

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

 span { border-color: rgb(51,89,148); }

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