Html Css Color HEX #353A54 Gulf Blue

📋 copy color: '#353A54'

red 53 ◦ green 58 ◦ blue 84

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

Shades of Gulf Blue #353A54

Tints of Gulf Blue #353A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.74%

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 27.18%
G = 29.74%
B = 43.08%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353A54 (or 0x353A54) is known color: Gulf Blue. HEX triplet: 35, 3A and 54. RGB value is (53,58,84). Sum of RGB (Red+Green+Blue) = 53+58+84=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #353A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A54 is #CAC5AB. Grayscale: #3B3B3B. Windows color (decimal): -13288876 or 5519925. OLE color: 5519925.

HSL color Cylindrical-coordinate representation of color #353A54: hue angle of 230.32º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353A54 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 58 84 -
CMYK 0.37 0.31 0 0.67
HSL 230.32º 0.23% 0.27% -
HSV(B) 230.32º 0.37% 0.33% -
XYZ 4.58 4.42 9 -
YUV 59.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 53 58 84 0.37 0.31 0 0.67 230.32 0.23 0.27
Hex 35 3A 54 25 1F 0 43 E6 17 1B
Octal 65 72 124 45 37 0 103 346 27 33
Binary 110101 111010 1010100 100101 11111 0 1000011 11100110 10111 11011

Color Harmonies of #353A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A54

Black with #353A54

Text Example


Text Example

White with #353A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,58,84); }

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

background-color css

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

 a { background-color: rgb(53,58,84); }

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

border-color css

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

 span { border-color: rgb(53,58,84); }

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