Html Css Color HEX #353B52 Gulf Blue

📋 copy color: '#353B52'

red 53 ◦ green 59 ◦ blue 82

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

Shades of Gulf Blue #353B52

Tints of Gulf Blue #353B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 27.32%
G = 30.41%
B = 42.27%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353B52 (or 0x353B52) is known color: Gulf Blue. HEX triplet: 35, 3B and 52. RGB value is (53,59,82). Sum of RGB (Red+Green+Blue) = 53+59+82=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #353B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B52 is #CAC4AD. Grayscale: #3B3B3B. Windows color (decimal): -13288622 or 5389109. OLE color: 5389109.

HSL color Cylindrical-coordinate representation of color #353B52: hue angle of 227.59º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353B52 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 59 82 -
CMYK 0.35 0.28 0 0.68
HSL 227.59º 0.21% 0.26% -
HSV(B) 227.59º 0.35% 0.32% -
XYZ 4.56 4.49 8.61 -
YUV 59.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 53 59 82 0.35 0.28 0 0.68 227.59 0.21 0.26
Hex 35 3B 52 23 1C 0 44 E4 15 1A
Octal 65 73 122 43 34 0 104 344 25 32
Binary 110101 111011 1010010 100011 11100 0 1000100 11100100 10101 11010

Color Harmonies of #353B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B52

Black with #353B52

Text Example


Text Example

White with #353B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,82); }

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

background-color css

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

 a { background-color: rgb(53,59,82); }

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

border-color css

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

 span { border-color: rgb(53,59,82); }

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