Html Css Color HEX #353F5F Gulf Blue

📋 copy color: '#353F5F'

red 53 ◦ green 63 ◦ blue 95

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

Shades of Gulf Blue #353F5F

Tints of Gulf Blue #353F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 25.12%
G = 29.86%
B = 45.02%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#353F5F (or 0x353F5F) is known color: Gulf Blue. HEX triplet: 35, 3F and 5F. RGB value is (53,63,95). Sum of RGB (Red+Green+Blue) = 53+63+95=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #353F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F5F is #CAC0A0. Grayscale: #3F3F3F. Windows color (decimal): -13287585 or 6242101. OLE color: 6242101.

HSL color Cylindrical-coordinate representation of color #353F5F: hue angle of 225.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #353F5F is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 63 95 -
CMYK 0.44 0.34 0 0.63
HSL 225.71º 0.28% 0.29% -
HSV(B) 225.71º 0.44% 0.37% -
XYZ 5.31 5.14 11.54 -
YUV 63.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 53 63 95 0.44 0.34 0 0.63 225.71 0.28 0.29
Hex 35 3F 5F 2C 22 0 3F E2 1C 1D
Octal 65 77 137 54 42 0 77 342 34 35
Binary 110101 111111 1011111 101100 100010 0 111111 11100010 11100 11101

Color Harmonies of #353F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F5F

Black with #353F5F

Text Example


Text Example

White with #353F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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