Html Css Color HEX #354158 Gulf Blue

📋 copy color: '#354158'

red 53 ◦ green 65 ◦ blue 88

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

Shades of Gulf Blue #354158

Tints of Gulf Blue #354158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 25.73%
G = 31.55%
B = 42.72%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354158 (or 0x354158) is known color: Gulf Blue. HEX triplet: 35, 41 and 58. RGB value is (53,65,88). Sum of RGB (Red+Green+Blue) = 53+65+88=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #354158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354158 is #CABEA7. Grayscale: #3F3F3F. Windows color (decimal): -13287080 or 5783861. OLE color: 5783861.

HSL color Cylindrical-coordinate representation of color #354158: hue angle of 219.43º 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 #354158 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 65 88 -
CMYK 0.40 0.26 0 0.65
HSL 219.43º 0.25% 0.28% -
HSV(B) 219.43º 0.4% 0.35% -
XYZ 5.12 5.24 9.97 -
YUV 64.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 53 65 88 0.40 0.26 0 0.65 219.43 0.25 0.28
Hex 35 41 58 28 1A 0 41 DB 19 1C
Octal 65 101 130 50 32 0 101 333 31 34
Binary 110101 1000001 1011000 101000 11010 0 1000001 11011011 11001 11100

Color Harmonies of #354158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354158

Black with #354158

Text Example


Text Example

White with #354158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354158; }

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

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

background-color css

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

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

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

border-color css

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

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

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