Html Css Color HEX #353E59 Gulf Blue

📋 copy color: '#353E59'

red 53 ◦ green 62 ◦ blue 89

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

Shades of Gulf Blue #353E59

Tints of Gulf Blue #353E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.39%

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

R = 25.98%
G = 30.39%
B = 43.63%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353E59 (or 0x353E59) is known color: Gulf Blue. HEX triplet: 35, 3E and 59. RGB value is (53,62,89). Sum of RGB (Red+Green+Blue) = 53+62+89=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #353E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E59 is #CAC1A6. Grayscale: #3E3E3E. Windows color (decimal): -13287847 or 5848629. OLE color: 5848629.

HSL color Cylindrical-coordinate representation of color #353E59: hue angle of 225º 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 #353E59 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 62 89 -
CMYK 0.40 0.30 0 0.65
HSL 225º 0.25% 0.28% -
HSV(B) 225º 0.4% 0.35% -
XYZ 4.99 4.92 10.14 -
YUV 62.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 53 62 89 0.40 0.30 0 0.65 225 0.25 0.28
Hex 35 3E 59 28 1E 0 41 E1 19 1C
Octal 65 76 131 50 36 0 101 341 31 34
Binary 110101 111110 1011001 101000 11110 0 1000001 11100001 11001 11100

Color Harmonies of #353E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E59

Black with #353E59

Text Example


Text Example

White with #353E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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