Html Css Color HEX #354058 Gulf Blue

📋 copy color: '#354058'

red 53 ◦ green 64 ◦ blue 88

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

Shades of Gulf Blue #354058

Tints of Gulf Blue #354058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 25.85%
G = 31.22%
B = 42.93%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354058 (or 0x354058) is known color: Gulf Blue. HEX triplet: 35, 40 and 58. RGB value is (53,64,88). Sum of RGB (Red+Green+Blue) = 53+64+88=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #354058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354058 is #CABFA7. Grayscale: #3F3F3F. Windows color (decimal): -13287336 or 5783605. OLE color: 5783605.

HSL color Cylindrical-coordinate representation of color #354058: hue angle of 221.14º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354058 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 64 88 -
CMYK 0.40 0.27 0 0.65
HSL 221.14º 0.25% 0.28% -
HSV(B) 221.14º 0.4% 0.35% -
XYZ 5.06 5.13 9.96 -
YUV 63.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 53 64 88 0.40 0.27 0 0.65 221.14 0.25 0.28
Hex 35 40 58 28 1B 0 41 DD 19 1C
Octal 65 100 130 50 33 0 101 335 31 34
Binary 110101 1000000 1011000 101000 11011 0 1000001 11011101 11001 11100

Color Harmonies of #354058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354058

Black with #354058

Text Example


Text Example

White with #354058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354058; }

 p { color: rgb(53,64,88); }

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

background-color css

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

 a { background-color: rgb(53,64,88); }

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

border-color css

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

 span { border-color: rgb(53,64,88); }

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