Html Css Color HEX #335896 Endeavour

📋 copy color: '#335896'

red 51 ◦ green 88 ◦ blue 150

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

Shades of Endeavour #335896

Tints of Endeavour #335896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 17.65%
G = 30.45%
B = 51.9%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#335896 (or 0x335896) is known color: Endeavour. HEX triplet: 33, 58 and 96. RGB value is (51,88,150). Sum of RGB (Red+Green+Blue) = 51+88+150=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #335896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335896 is #CCA769. Grayscale: #535353. Windows color (decimal): -13412202 or 9852979. OLE color: 9852979.

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

Color convert

RGB 51 88 150 -
CMYK 0.66 0.41 0 0.41
HSL 217.58º 0.49% 0.39% -
HSV(B) 217.58º 0.66% 0.59% -
XYZ 10.36 9.89 30.22 -
YUV 84.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 51 88 150 0.66 0.41 0 0.41 217.58 0.49 0.39
Hex 33 58 96 42 29 0 29 DA 31 27
Octal 63 130 226 102 51 0 51 332 61 47
Binary 110011 1011000 10010110 1000010 101001 0 101001 11011010 110001 100111

Color Harmonies of #335896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335896

Black with #335896

Text Example


Text Example

White with #335896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335896; }

 p { color: rgb(51,88,150); }

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

background-color css

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

 a { background-color: rgb(51,88,150); }

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

border-color css

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

 span { border-color: rgb(51,88,150); }

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