Html Css Color HEX #353D54 Gulf Blue

📋 copy color: '#353D54'

red 53 ◦ green 61 ◦ blue 84

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

Shades of Gulf Blue #353D54

Tints of Gulf Blue #353D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

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

R = 26.77%
G = 30.81%
B = 42.42%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#353D54 (or 0x353D54) is known color: Gulf Blue. HEX triplet: 35, 3D and 54. RGB value is (53,61,84). Sum of RGB (Red+Green+Blue) = 53+61+84=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #353D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D54 is #CAC2AB. Grayscale: #3D3D3D. Windows color (decimal): -13288108 or 5520693. OLE color: 5520693.

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

Color convert

RGB 53 61 84 -
CMYK 0.37 0.27 0 0.67
HSL 224.52º 0.23% 0.27% -
HSV(B) 224.52º 0.37% 0.33% -
XYZ 4.74 4.73 9.05 -
YUV 61.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 53 61 84 0.37 0.27 0 0.67 224.52 0.23 0.27
Hex 35 3D 54 25 1B 0 43 E1 17 1B
Octal 65 75 124 45 33 0 103 341 27 33
Binary 110101 111101 1010100 100101 11011 0 1000011 11100001 10111 11011

Color Harmonies of #353D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D54

Black with #353D54

Text Example


Text Example

White with #353D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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