Html Css Color HEX #354162 Gulf Blue

📋 copy color: '#354162'

red 53 ◦ green 65 ◦ blue 98

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

Shades of Gulf Blue #354162

Tints of Gulf Blue #354162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 24.54%
G = 30.09%
B = 45.37%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354162 (or 0x354162) is known color: Gulf Blue. HEX triplet: 35, 41 and 62. RGB value is (53,65,98). Sum of RGB (Red+Green+Blue) = 53+65+98=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #354162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354162 is #CABE9D. Grayscale: #414141. Windows color (decimal): -13287070 or 6439221. OLE color: 6439221.

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

Color convert

RGB 53 65 98 -
CMYK 0.46 0.34 0 0.62
HSL 224º 0.3% 0.3% -
HSV(B) 224º 0.46% 0.38% -
XYZ 5.56 5.42 12.31 -
YUV 65.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 53 65 98 0.46 0.34 0 0.62 224 0.3 0.3
Hex 35 41 62 2E 22 0 3E E0 1E 1E
Octal 65 101 142 56 42 0 76 340 36 36
Binary 110101 1000001 1100010 101110 100010 0 111110 11100000 11110 11110

Color Harmonies of #354162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354162

Black with #354162

Text Example


Text Example

White with #354162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354162; }

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

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

background-color css

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

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

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

border-color css

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

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

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