Html Css Color HEX #353C58 Gulf Blue

📋 copy color: '#353C58'

red 53 ◦ green 60 ◦ blue 88

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

Shades of Gulf Blue #353C58

Tints of Gulf Blue #353C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 26.37%
G = 29.85%
B = 43.78%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#353C58 (or 0x353C58) is known color: Gulf Blue. HEX triplet: 35, 3C and 58. RGB value is (53,60,88). Sum of RGB (Red+Green+Blue) = 53+60+88=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #353C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C58 is #CAC3A7. Grayscale: #3C3C3C. Windows color (decimal): -13288360 or 5782581. OLE color: 5782581.

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

Color convert

RGB 53 60 88 -
CMYK 0.40 0.32 0 0.65
HSL 228º 0.25% 0.28% -
HSV(B) 228º 0.4% 0.35% -
XYZ 4.85 4.69 9.88 -
YUV 61.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 53 60 88 0.40 0.32 0 0.65 228 0.25 0.28
Hex 35 3C 58 28 20 0 41 E4 19 1C
Octal 65 74 130 50 40 0 101 344 31 34
Binary 110101 111100 1011000 101000 100000 0 1000001 11100100 11001 11100

Color Harmonies of #353C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C58

Black with #353C58

Text Example


Text Example

White with #353C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,60,88); }

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

background-color css

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

 a { background-color: rgb(53,60,88); }

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

border-color css

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

 span { border-color: rgb(53,60,88); }

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