Html Css Color HEX #354460 Gulf Blue

📋 copy color: '#354460'

red 53 ◦ green 68 ◦ blue 96

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

Shades of Gulf Blue #354460

Tints of Gulf Blue #354460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 24.42%
G = 31.34%
B = 44.24%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354460 (or 0x354460) is known color: Gulf Blue. HEX triplet: 35, 44 and 60. RGB value is (53,68,96). Sum of RGB (Red+Green+Blue) = 53+68+96=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #354460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354460 is #CABB9F. Grayscale: #424242. Windows color (decimal): -13286304 or 6308917. OLE color: 6308917.

HSL color Cylindrical-coordinate representation of color #354460: hue angle of 219.07º 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 #354460 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 68 96 -
CMYK 0.45 0.29 0 0.62
HSL 219.07º 0.29% 0.29% -
HSV(B) 219.07º 0.45% 0.38% -
XYZ 5.65 5.74 11.88 -
YUV 66.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 53 68 96 0.45 0.29 0 0.62 219.07 0.29 0.29
Hex 35 44 60 2D 1D 0 3E DB 1D 1D
Octal 65 104 140 55 35 0 76 333 35 35
Binary 110101 1000100 1100000 101101 11101 0 111110 11011011 11101 11101

Color Harmonies of #354460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354460

Black with #354460

Text Example


Text Example

White with #354460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354460; }

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

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

background-color css

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

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

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

border-color css

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

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

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