Html Css Color HEX #354461 Gulf Blue

📋 copy color: '#354461'

red 53 ◦ green 68 ◦ blue 97

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

Shades of Gulf Blue #354461

Tints of Gulf Blue #354461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 24.31%
G = 31.19%
B = 44.5%

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

#354461 (or 0x354461) is known color: Gulf Blue. HEX triplet: 35, 44 and 61. RGB value is (53,68,97). Sum of RGB (Red+Green+Blue) = 53+68+97=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #354461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354461 is #CABB9E. Grayscale: #424242. Windows color (decimal): -13286303 or 6374453. OLE color: 6374453.

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

Color convert

RGB 53 68 97 -
CMYK 0.45 0.30 0 0.62
HSL 219.55º 0.29% 0.29% -
HSV(B) 219.55º 0.45% 0.38% -
XYZ 5.69 5.75 12.12 -
YUV 66.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 53 68 97 0.45 0.30 0 0.62 219.55 0.29 0.29
Hex 35 44 61 2D 1E 0 3E DC 1D 1D
Octal 65 104 141 55 36 0 76 334 35 35
Binary 110101 1000100 1100001 101101 11110 0 111110 11011100 11101 11101

Color Harmonies of #354461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354461

Black with #354461

Text Example


Text Example

White with #354461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354461; }

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

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

background-color css

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

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

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

border-color css

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

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

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