Html Css Color HEX #354160 Gulf Blue

📋 copy color: '#354160'

red 53 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #354160

Tints of Gulf Blue #354160

RGB

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

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

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

R = 24.77%
G = 30.37%
B = 44.86%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354160 (or 0x354160) is known color: Gulf Blue. HEX triplet: 35, 41 and 60. RGB value is (53,65,96). Sum of RGB (Red+Green+Blue) = 53+65+96=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #354160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354160 is #CABE9F. Grayscale: #404040. Windows color (decimal): -13287072 or 6308149. OLE color: 6308149.

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

Color convert

RGB 53 65 96 -
CMYK 0.45 0.32 0 0.62
HSL 223.26º 0.29% 0.29% -
HSV(B) 223.26º 0.45% 0.38% -
XYZ 5.47 5.38 11.82 -
YUV 64.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 53 65 96 0.45 0.32 0 0.62 223.26 0.29 0.29
Hex 35 41 60 2D 20 0 3E DF 1D 1D
Octal 65 101 140 55 40 0 76 337 35 35
Binary 110101 1000001 1100000 101101 100000 0 111110 11011111 11101 11101

Color Harmonies of #354160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354160

Black with #354160

Text Example


Text Example

White with #354160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354160; }

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

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

background-color css

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

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

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

border-color css

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

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

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