Html Css Color HEX #353B5B Bay Of Many

📋 copy color: '#353B5B'

red 53 ◦ green 59 ◦ blue 91

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

Shades of Bay Of Many #353B5B

Tints of Bay Of Many #353B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 26.11%
G = 29.06%
B = 44.83%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#353B5B (or 0x353B5B) is known color: Bay Of Many. HEX triplet: 35, 3B and 5B. RGB value is (53,59,91). Sum of RGB (Red+Green+Blue) = 53+59+91=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #353B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B5B is #CAC4A4. Grayscale: #3C3C3C. Windows color (decimal): -13288613 or 5978933. OLE color: 5978933.

HSL color Cylindrical-coordinate representation of color #353B5B: hue angle of 230.53º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #353B5B is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 59 91 -
CMYK 0.42 0.35 0 0.64
HSL 230.53º 0.26% 0.28% -
HSV(B) 230.53º 0.42% 0.36% -
XYZ 4.92 4.64 10.53 -
YUV 60.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 53 59 91 0.42 0.35 0 0.64 230.53 0.26 0.28
Hex 35 3B 5B 2A 23 0 40 E7 1A 1C
Octal 65 73 133 52 43 0 100 347 32 34
Binary 110101 111011 1011011 101010 100011 0 1000000 11100111 11010 11100

Color Harmonies of #353B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B5B

Black with #353B5B

Text Example


Text Example

White with #353B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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