Html Css Color HEX #354561 Gulf Blue

📋 copy color: '#354561'

red 53 ◦ green 69 ◦ blue 97

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

Shades of Gulf Blue #354561

Tints of Gulf Blue #354561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 24.2%
G = 31.51%
B = 44.29%

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

#354561 (or 0x354561) is known color: Gulf Blue. HEX triplet: 35, 45 and 61. RGB value is (53,69,97). Sum of RGB (Red+Green+Blue) = 53+69+97=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #354561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354561 is #CABA9E. Grayscale: #434343. Windows color (decimal): -13286047 or 6374709. OLE color: 6374709.

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

Color convert

RGB 53 69 97 -
CMYK 0.45 0.29 0 0.62
HSL 218.18º 0.29% 0.29% -
HSV(B) 218.18º 0.45% 0.38% -
XYZ 5.75 5.88 12.14 -
YUV 67.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 53 69 97 0.45 0.29 0 0.62 218.18 0.29 0.29
Hex 35 45 61 2D 1D 0 3E DA 1D 1D
Octal 65 105 141 55 35 0 76 332 35 35
Binary 110101 1000101 1100001 101101 11101 0 111110 11011010 11101 11101

Color Harmonies of #354561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354561

Black with #354561

Text Example


Text Example

White with #354561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354561; }

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

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

background-color css

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

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

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

border-color css

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

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

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