Html Css Color HEX #354660 Gulf Blue

📋 copy color: '#354660'

red 53 ◦ green 70 ◦ blue 96

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

Shades of Gulf Blue #354660

Tints of Gulf Blue #354660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 24.2%
G = 31.96%
B = 43.84%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354660 (or 0x354660) is known color: Gulf Blue. HEX triplet: 35, 46 and 60. RGB value is (53,70,96). Sum of RGB (Red+Green+Blue) = 53+70+96=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #354660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354660 is #CAB99F. Grayscale: #434343. Windows color (decimal): -13285792 or 6309429. OLE color: 6309429.

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

Color convert

RGB 53 70 96 -
CMYK 0.45 0.27 0 0.62
HSL 216.28º 0.29% 0.29% -
HSV(B) 216.28º 0.45% 0.38% -
XYZ 5.77 5.98 11.92 -
YUV 67.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 53 70 96 0.45 0.27 0 0.62 216.28 0.29 0.29
Hex 35 46 60 2D 1B 0 3E D8 1D 1D
Octal 65 106 140 55 33 0 76 330 35 35
Binary 110101 1000110 1100000 101101 11011 0 111110 11011000 11101 11101

Color Harmonies of #354660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354660

Black with #354660

Text Example


Text Example

White with #354660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354660; }

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

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

background-color css

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

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

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

border-color css

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

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

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