Html Css Color HEX #354463 Gulf Blue

📋 copy color: '#354463'

red 53 ◦ green 68 ◦ blue 99

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

Shades of Gulf Blue #354463

Tints of Gulf Blue #354463

RGB

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

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

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

R = 24.09%
G = 30.91%
B = 45%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#354463 (or 0x354463) is known color: Gulf Blue. HEX triplet: 35, 44 and 63. RGB value is (53,68,99). Sum of RGB (Red+Green+Blue) = 53+68+99=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #354463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354463 is #CABB9C. Grayscale: #424242. Windows color (decimal): -13286301 or 6505525. OLE color: 6505525.

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

Color convert

RGB 53 68 99 -
CMYK 0.46 0.31 0 0.61
HSL 220.43º 0.3% 0.3% -
HSV(B) 220.43º 0.46% 0.39% -
XYZ 5.79 5.79 12.62 -
YUV 67.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 53 68 99 0.46 0.31 0 0.61 220.43 0.3 0.3
Hex 35 44 63 2E 1F 0 3D DC 1E 1E
Octal 65 104 143 56 37 0 75 334 36 36
Binary 110101 1000100 1100011 101110 11111 0 111101 11011100 11110 11110

Color Harmonies of #354463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354463

Black with #354463

Text Example


Text Example

White with #354463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354463; }

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

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

background-color css

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

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

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

border-color css

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

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

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