Html Css Color HEX #355B8D Endeavour

📋 copy color: '#355B8D'

red 53 ◦ green 91 ◦ blue 141

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

Shades of Endeavour #355B8D

Tints of Endeavour #355B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 18.6%
G = 31.93%
B = 49.47%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#355B8D (or 0x355B8D) is known color: Endeavour. HEX triplet: 35, 5B and 8D. RGB value is (53,91,141). Sum of RGB (Red+Green+Blue) = 53+91+141=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #355B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B8D is #CAA472. Grayscale: #555555. Windows color (decimal): -13280371 or 9263925. OLE color: 9263925.

HSL color Cylindrical-coordinate representation of color #355B8D: hue angle of 214.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355B8D is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 91 141 -
CMYK 0.62 0.35 0 0.45
HSL 214.09º 0.45% 0.38% -
HSV(B) 214.09º 0.62% 0.55% -
XYZ 10.02 10.16 26.63 -
YUV 85.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 53 91 141 0.62 0.35 0 0.45 214.09 0.45 0.38
Hex 35 5B 8D 3E 23 0 2D D6 2D 26
Octal 65 133 215 76 43 0 55 326 55 46
Binary 110101 1011011 10001101 111110 100011 0 101101 11010110 101101 100110

Color Harmonies of #355B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B8D

Black with #355B8D

Text Example


Text Example

White with #355B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,91,141); }

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

background-color css

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

 a { background-color: rgb(53,91,141); }

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

border-color css

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

 span { border-color: rgb(53,91,141); }

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