Html Css Color HEX #354763 Gulf Blue

📋 copy color: '#354763'

red 53 ◦ green 71 ◦ blue 99

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

Shades of Gulf Blue #354763

Tints of Gulf Blue #354763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 23.77%
G = 31.84%
B = 44.39%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#354763 (or 0x354763) is known color: Gulf Blue. HEX triplet: 35, 47 and 63. RGB value is (53,71,99). Sum of RGB (Red+Green+Blue) = 53+71+99=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #354763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354763 is #CAB89C. Grayscale: #444444. Windows color (decimal): -13285533 or 6506293. OLE color: 6506293.

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

Color convert

RGB 53 71 99 -
CMYK 0.46 0.28 0 0.61
HSL 216.52º 0.3% 0.3% -
HSV(B) 216.52º 0.46% 0.39% -
XYZ 5.97 6.16 12.68 -
YUV 68.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 53 71 99 0.46 0.28 0 0.61 216.52 0.3 0.3
Hex 35 47 63 2E 1C 0 3D D9 1E 1E
Octal 65 107 143 56 34 0 75 331 36 36
Binary 110101 1000111 1100011 101110 11100 0 111101 11011001 11110 11110

Color Harmonies of #354763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354763

Black with #354763

Text Example


Text Example

White with #354763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354763; }

 p { color: rgb(53,71,99); }

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

background-color css

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

 a { background-color: rgb(53,71,99); }

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

border-color css

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

 span { border-color: rgb(53,71,99); }

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