Html Css Color HEX #353D59 Gulf Blue

📋 copy color: '#353D59'

red 53 ◦ green 61 ◦ blue 89

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

Shades of Gulf Blue #353D59

Tints of Gulf Blue #353D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.05%

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

R = 26.11%
G = 30.05%
B = 43.84%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353D59 (or 0x353D59) is known color: Gulf Blue. HEX triplet: 35, 3D and 59. RGB value is (53,61,89). Sum of RGB (Red+Green+Blue) = 53+61+89=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #353D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D59 is #CAC2A6. Grayscale: #3D3D3D. Windows color (decimal): -13288103 or 5848373. OLE color: 5848373.

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

Color convert

RGB 53 61 89 -
CMYK 0.40 0.31 0 0.65
HSL 226.67º 0.25% 0.28% -
HSV(B) 226.67º 0.4% 0.35% -
XYZ 4.94 4.82 10.12 -
YUV 61.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 53 61 89 0.40 0.31 0 0.65 226.67 0.25 0.28
Hex 35 3D 59 28 1F 0 41 E3 19 1C
Octal 65 75 131 50 37 0 101 343 31 34
Binary 110101 111101 1011001 101000 11111 0 1000001 11100011 11001 11100

Color Harmonies of #353D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D59

Black with #353D59

Text Example


Text Example

White with #353D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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