Html Css Color HEX #354159 Gulf Blue

📋 copy color: '#354159'

red 53 ◦ green 65 ◦ blue 89

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

Shades of Gulf Blue #354159

Tints of Gulf Blue #354159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43%

R = 25.6%
G = 31.4%
B = 43%

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

#354159 (or 0x354159) is known color: Gulf Blue. HEX triplet: 35, 41 and 59. RGB value is (53,65,89). Sum of RGB (Red+Green+Blue) = 53+65+89=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #354159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354159 is #CABEA6. Grayscale: #404040. Windows color (decimal): -13287079 or 5849397. OLE color: 5849397.

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

Color convert

RGB 53 65 89 -
CMYK 0.40 0.27 0 0.65
HSL 220º 0.25% 0.28% -
HSV(B) 220º 0.4% 0.35% -
XYZ 5.16 5.26 10.19 -
YUV 64.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 53 65 89 0.40 0.27 0 0.65 220 0.25 0.28
Hex 35 41 59 28 1B 0 41 DC 19 1C
Octal 65 101 131 50 33 0 101 334 31 34
Binary 110101 1000001 1011001 101000 11011 0 1000001 11011100 11001 11100

Color Harmonies of #354159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354159

Black with #354159

Text Example


Text Example

White with #354159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354159; }

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

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

background-color css

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

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

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

border-color css

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

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

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