Html Css Color HEX #353E56 Gulf Blue

📋 copy color: '#353E56'

red 53 ◦ green 62 ◦ blue 86

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

Shades of Gulf Blue #353E56

Tints of Gulf Blue #353E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.79%

R = 26.37%
G = 30.85%
B = 42.79%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#353E56 (or 0x353E56) is known color: Gulf Blue. HEX triplet: 35, 3E and 56. RGB value is (53,62,86). Sum of RGB (Red+Green+Blue) = 53+62+86=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #353E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E56 is #CAC1A9. Grayscale: #3D3D3D. Windows color (decimal): -13287850 or 5652021. OLE color: 5652021.

HSL color Cylindrical-coordinate representation of color #353E56: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353E56 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 62 86 -
CMYK 0.38 0.28 0 0.66
HSL 223.64º 0.24% 0.27% -
HSV(B) 223.64º 0.38% 0.34% -
XYZ 4.87 4.87 9.49 -
YUV 62.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 53 62 86 0.38 0.28 0 0.66 223.64 0.24 0.27
Hex 35 3E 56 26 1C 0 42 E0 18 1B
Octal 65 76 126 46 34 0 102 340 30 33
Binary 110101 111110 1010110 100110 11100 0 1000010 11100000 11000 11011

Color Harmonies of #353E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E56

Black with #353E56

Text Example


Text Example

White with #353E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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