Html Css Color HEX #354259 Gulf Blue

📋 copy color: '#354259'

red 53 ◦ green 66 ◦ blue 89

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

Shades of Gulf Blue #354259

Tints of Gulf Blue #354259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 25.48%
G = 31.73%
B = 42.79%

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

#354259 (or 0x354259) is known color: Gulf Blue. HEX triplet: 35, 42 and 59. RGB value is (53,66,89). Sum of RGB (Red+Green+Blue) = 53+66+89=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #354259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354259 is #CABDA6. Grayscale: #404040. Windows color (decimal): -13286823 or 5849653. OLE color: 5849653.

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

Color convert

RGB 53 66 89 -
CMYK 0.40 0.26 0 0.65
HSL 218.33º 0.25% 0.28% -
HSV(B) 218.33º 0.4% 0.35% -
XYZ 5.22 5.37 10.21 -
YUV 64.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 53 66 89 0.40 0.26 0 0.65 218.33 0.25 0.28
Hex 35 42 59 28 1A 0 41 DA 19 1C
Octal 65 102 131 50 32 0 101 332 31 34
Binary 110101 1000010 1011001 101000 11010 0 1000001 11011010 11001 11100

Color Harmonies of #354259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354259

Black with #354259

Text Example


Text Example

White with #354259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354259; }

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

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

background-color css

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

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

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

border-color css

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

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

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