Html Css Color HEX #354360 Gulf Blue

📋 copy color: '#354360'

red 53 ◦ green 67 ◦ blue 96

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

Shades of Gulf Blue #354360

Tints of Gulf Blue #354360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 24.54%
G = 31.02%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354360 (or 0x354360) is known color: Gulf Blue. HEX triplet: 35, 43 and 60. RGB value is (53,67,96). Sum of RGB (Red+Green+Blue) = 53+67+96=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #354360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354360 is #CABC9F. Grayscale: #414141. Windows color (decimal): -13286560 or 6308661. OLE color: 6308661.

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

Color convert

RGB 53 67 96 -
CMYK 0.45 0.30 0 0.62
HSL 220.47º 0.29% 0.29% -
HSV(B) 220.47º 0.45% 0.38% -
XYZ 5.59 5.62 11.86 -
YUV 66.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 53 67 96 0.45 0.30 0 0.62 220.47 0.29 0.29
Hex 35 43 60 2D 1E 0 3E DC 1D 1D
Octal 65 103 140 55 36 0 76 334 35 35
Binary 110101 1000011 1100000 101101 11110 0 111110 11011100 11101 11101

Color Harmonies of #354360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354360

Black with #354360

Text Example


Text Example

White with #354360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354360; }

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

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

background-color css

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

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

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

border-color css

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

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

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