Html Css Color HEX #354060 Gulf Blue

📋 copy color: '#354060'

red 53 ◦ green 64 ◦ blue 96

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

Shades of Gulf Blue #354060

Tints of Gulf Blue #354060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 24.88%
G = 30.05%
B = 45.07%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354060 (or 0x354060) is known color: Gulf Blue. HEX triplet: 35, 40 and 60. RGB value is (53,64,96). Sum of RGB (Red+Green+Blue) = 53+64+96=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #354060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354060 is #CABF9F. Grayscale: #404040. Windows color (decimal): -13287328 or 6307893. OLE color: 6307893.

HSL color Cylindrical-coordinate representation of color #354060: hue angle of 224.65º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354060 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 64 96 -
CMYK 0.45 0.33 0 0.62
HSL 224.65º 0.29% 0.29% -
HSV(B) 224.65º 0.45% 0.38% -
XYZ 5.41 5.27 11.8 -
YUV 64.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 53 64 96 0.45 0.33 0 0.62 224.65 0.29 0.29
Hex 35 40 60 2D 21 0 3E E1 1D 1D
Octal 65 100 140 55 41 0 76 341 35 35
Binary 110101 1000000 1100000 101101 100001 0 111110 11100001 11101 11101

Color Harmonies of #354060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354060

Black with #354060

Text Example


Text Example

White with #354060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354060; }

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

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

background-color css

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

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

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

border-color css

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

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

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