Html Css Color HEX #354462 Gulf Blue

📋 copy color: '#354462'

red 53 ◦ green 68 ◦ blue 98

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

Shades of Gulf Blue #354462

Tints of Gulf Blue #354462

RGB

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

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

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

R = 24.2%
G = 31.05%
B = 44.75%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354462 (or 0x354462) is known color: Gulf Blue. HEX triplet: 35, 44 and 62. RGB value is (53,68,98). Sum of RGB (Red+Green+Blue) = 53+68+98=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #354462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354462 is #CABB9D. Grayscale: #424242. Windows color (decimal): -13286302 or 6439989. OLE color: 6439989.

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

Color convert

RGB 53 68 98 -
CMYK 0.46 0.31 0 0.62
HSL 220º 0.3% 0.3% -
HSV(B) 220º 0.46% 0.38% -
XYZ 5.74 5.77 12.37 -
YUV 66.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 53 68 98 0.46 0.31 0 0.62 220 0.3 0.3
Hex 35 44 62 2E 1F 0 3E DC 1E 1E
Octal 65 104 142 56 37 0 76 334 36 36
Binary 110101 1000100 1100010 101110 11111 0 111110 11011100 11110 11110

Color Harmonies of #354462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354462

Black with #354462

Text Example


Text Example

White with #354462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354462; }

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

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

background-color css

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

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

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

border-color css

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

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

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