Html Css Color HEX #353C54 Gulf Blue

📋 copy color: '#353C54'

red 53 ◦ green 60 ◦ blue 84

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

Shades of Gulf Blue #353C54

Tints of Gulf Blue #353C54

RGB

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

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

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

R = 26.9%
G = 30.46%
B = 42.64%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353C54 (or 0x353C54) is known color: Gulf Blue. HEX triplet: 35, 3C and 54. RGB value is (53,60,84). Sum of RGB (Red+Green+Blue) = 53+60+84=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #353C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C54 is #CAC3AB. Grayscale: #3C3C3C. Windows color (decimal): -13288364 or 5520437. OLE color: 5520437.

HSL color Cylindrical-coordinate representation of color #353C54: hue angle of 226.45º 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 #353C54 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 60 84 -
CMYK 0.37 0.29 0 0.67
HSL 226.45º 0.23% 0.27% -
HSV(B) 226.45º 0.37% 0.33% -
XYZ 4.68 4.63 9.03 -
YUV 60.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 53 60 84 0.37 0.29 0 0.67 226.45 0.23 0.27
Hex 35 3C 54 25 1D 0 43 E2 17 1B
Octal 65 74 124 45 35 0 103 342 27 33
Binary 110101 111100 1010100 100101 11101 0 1000011 11100010 10111 11011

Color Harmonies of #353C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C54

Black with #353C54

Text Example


Text Example

White with #353C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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