Html Css Color HEX #353D5B Gulf Blue

📋 copy color: '#353D5B'

red 53 ◦ green 61 ◦ blue 91

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

Shades of Gulf Blue #353D5B

Tints of Gulf Blue #353D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 25.85%
G = 29.76%
B = 44.39%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#353D5B (or 0x353D5B) is known color: Gulf Blue. HEX triplet: 35, 3D and 5B. RGB value is (53,61,91). Sum of RGB (Red+Green+Blue) = 53+61+91=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #353D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D5B is #CAC2A4. Grayscale: #3D3D3D. Windows color (decimal): -13288101 or 5979445. OLE color: 5979445.

HSL color Cylindrical-coordinate representation of color #353D5B: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #353D5B is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 61 91 -
CMYK 0.42 0.33 0 0.64
HSL 227.37º 0.26% 0.28% -
HSV(B) 227.37º 0.42% 0.36% -
XYZ 5.03 4.85 10.57 -
YUV 62.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 53 61 91 0.42 0.33 0 0.64 227.37 0.26 0.28
Hex 35 3D 5B 2A 21 0 40 E3 1A 1C
Octal 65 75 133 52 41 0 100 343 32 34
Binary 110101 111101 1011011 101010 100001 0 1000000 11100011 11010 11100

Color Harmonies of #353D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D5B

Black with #353D5B

Text Example


Text Example

White with #353D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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