Html Css Color HEX #355D93 Endeavour

📋 copy color: '#355D93'

red 53 ◦ green 93 ◦ blue 147

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

Shades of Endeavour #355D93

Tints of Endeavour #355D93

RGB

 RED value IS 53 (21.09% from 255) = 18.09%

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 18.09%
G = 31.74%
B = 50.17%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355D93 (or 0x355D93) is known color: Endeavour. HEX triplet: 35, 5D and 93. RGB value is (53,93,147). Sum of RGB (Red+Green+Blue) = 53+93+147=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #355D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D93 is #CAA26C. Grayscale: #565656. Windows color (decimal): -13279853 or 9657653. OLE color: 9657653.

HSL color Cylindrical-coordinate representation of color #355D93: hue angle of 214.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355D93 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 93 147 -
CMYK 0.64 0.37 0 0.42
HSL 214.47º 0.47% 0.39% -
HSV(B) 214.47º 0.64% 0.58% -
XYZ 10.65 10.69 29.11 -
YUV 87.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 53 93 147 0.64 0.37 0 0.42 214.47 0.47 0.39
Hex 35 5D 93 40 25 0 2A D6 2F 27
Octal 65 135 223 100 45 0 52 326 57 47
Binary 110101 1011101 10010011 1000000 100101 0 101010 11010110 101111 100111

Color Harmonies of #355D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D93

Black with #355D93

Text Example


Text Example

White with #355D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D93; }

 p { color: rgb(53,93,147); }

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

background-color css

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

 a { background-color: rgb(53,93,147); }

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

border-color css

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

 span { border-color: rgb(53,93,147); }

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