Html Css Color HEX #354562 Gulf Blue

📋 copy color: '#354562'

red 53 ◦ green 69 ◦ blue 98

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

Shades of Gulf Blue #354562

Tints of Gulf Blue #354562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 24.09%
G = 31.36%
B = 44.55%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354562 (or 0x354562) is known color: Gulf Blue. HEX triplet: 35, 45 and 62. RGB value is (53,69,98). Sum of RGB (Red+Green+Blue) = 53+69+98=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #354562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354562 is #CABA9D. Grayscale: #434343. Windows color (decimal): -13286046 or 6440245. OLE color: 6440245.

HSL color Cylindrical-coordinate representation of color #354562: hue angle of 218.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354562 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 69 98 -
CMYK 0.46 0.30 0 0.62
HSL 218.67º 0.3% 0.3% -
HSV(B) 218.67º 0.46% 0.38% -
XYZ 5.8 5.89 12.39 -
YUV 67.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 53 69 98 0.46 0.30 0 0.62 218.67 0.3 0.3
Hex 35 45 62 2E 1E 0 3E DB 1E 1E
Octal 65 105 142 56 36 0 76 333 36 36
Binary 110101 1000101 1100010 101110 11110 0 111110 11011011 11110 11110

Color Harmonies of #354562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354562

Black with #354562

Text Example


Text Example

White with #354562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354562; }

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

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

background-color css

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

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

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

border-color css

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

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

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