Html Css Color HEX #353F59 Gulf Blue

📋 copy color: '#353F59'

red 53 ◦ green 63 ◦ blue 89

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

Shades of Gulf Blue #353F59

Tints of Gulf Blue #353F59

RGB

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

 GREEN value IS 63 (25% from 255) = 30.73%

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

R = 25.85%
G = 30.73%
B = 43.41%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353F59 (or 0x353F59) is known color: Gulf Blue. HEX triplet: 35, 3F and 59. RGB value is (53,63,89). Sum of RGB (Red+Green+Blue) = 53+63+89=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #353F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F59 is #CAC0A6. Grayscale: #3E3E3E. Windows color (decimal): -13287591 or 5848885. OLE color: 5848885.

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

Color convert

RGB 53 63 89 -
CMYK 0.40 0.29 0 0.65
HSL 223.33º 0.25% 0.28% -
HSV(B) 223.33º 0.4% 0.35% -
XYZ 5.05 5.03 10.16 -
YUV 62.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 53 63 89 0.40 0.29 0 0.65 223.33 0.25 0.28
Hex 35 3F 59 28 1D 0 41 DF 19 1C
Octal 65 77 131 50 35 0 101 337 31 34
Binary 110101 111111 1011001 101000 11101 0 1000001 11011111 11001 11100

Color Harmonies of #353F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F59

Black with #353F59

Text Example


Text Example

White with #353F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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