Html Css Color HEX #335A93 Endeavour

📋 copy color: '#335A93'

red 51 ◦ green 90 ◦ blue 147

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

Shades of Endeavour #335A93

Tints of Endeavour #335A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 17.71%
G = 31.25%
B = 51.04%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335A93 (or 0x335A93) is known color: Endeavour. HEX triplet: 33, 5A and 93. RGB value is (51,90,147). Sum of RGB (Red+Green+Blue) = 51+90+147=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #335A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A93 is #CCA56C. Grayscale: #545454. Windows color (decimal): -13411693 or 9656883. OLE color: 9656883.

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

Color convert

RGB 51 90 147 -
CMYK 0.65 0.39 0 0.42
HSL 215.63º 0.48% 0.39% -
HSV(B) 215.63º 0.65% 0.58% -
XYZ 10.29 10.12 29.02 -
YUV 84.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 51 90 147 0.65 0.39 0 0.42 215.63 0.48 0.39
Hex 33 5A 93 41 27 0 2A D8 30 27
Octal 63 132 223 101 47 0 52 330 60 47
Binary 110011 1011010 10010011 1000001 100111 0 101010 11011000 110000 100111

Color Harmonies of #335A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A93

Black with #335A93

Text Example


Text Example

White with #335A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A93; }

 p { color: rgb(51,90,147); }

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

background-color css

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

 a { background-color: rgb(51,90,147); }

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

border-color css

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

 span { border-color: rgb(51,90,147); }

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