Html Css Color HEX #353B59 Gulf Blue

📋 copy color: '#353B59'

red 53 ◦ green 59 ◦ blue 89

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

Shades of Gulf Blue #353B59

Tints of Gulf Blue #353B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 26.37%
G = 29.35%
B = 44.28%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353B59 (or 0x353B59) is known color: Gulf Blue. HEX triplet: 35, 3B and 59. RGB value is (53,59,89). Sum of RGB (Red+Green+Blue) = 53+59+89=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #353B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B59 is #CAC4A6. Grayscale: #3C3C3C. Windows color (decimal): -13288615 or 5847861. OLE color: 5847861.

HSL color Cylindrical-coordinate representation of color #353B59: hue angle of 230º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353B59 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 59 89 -
CMYK 0.40 0.34 0 0.65
HSL 230º 0.25% 0.28% -
HSV(B) 230º 0.4% 0.35% -
XYZ 4.84 4.61 10.09 -
YUV 60.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 53 59 89 0.40 0.34 0 0.65 230 0.25 0.28
Hex 35 3B 59 28 22 0 41 E6 19 1C
Octal 65 73 131 50 42 0 101 346 31 34
Binary 110101 111011 1011001 101000 100010 0 1000001 11100110 11001 11100

Color Harmonies of #353B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B59

Black with #353B59

Text Example


Text Example

White with #353B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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