Html Css Color HEX #354869 Gulf Blue

📋 copy color: '#354869'

red 53 ◦ green 72 ◦ blue 105

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

Shades of Gulf Blue #354869

Tints of Gulf Blue #354869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 23.04%
G = 31.3%
B = 45.65%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#354869 (or 0x354869) is known color: Gulf Blue. HEX triplet: 35, 48 and 69. RGB value is (53,72,105). Sum of RGB (Red+Green+Blue) = 53+72+105=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #354869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354869 is #CAB796. Grayscale: #454545. Windows color (decimal): -13285271 or 6899765. OLE color: 6899765.

HSL color Cylindrical-coordinate representation of color #354869: hue angle of 218.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354869 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 72 105 -
CMYK 0.50 0.31 0 0.59
HSL 218.08º 0.33% 0.31% -
HSV(B) 218.08º 0.5% 0.41% -
XYZ 6.34 6.41 14.27 -
YUV 70.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 53 72 105 0.50 0.31 0 0.59 218.08 0.33 0.31
Hex 35 48 69 32 1F 0 3B DA 21 1F
Octal 65 110 151 62 37 0 73 332 41 37
Binary 110101 1001000 1101001 110010 11111 0 111011 11011010 100001 11111

Color Harmonies of #354869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354869

Black with #354869

Text Example


Text Example

White with #354869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354869; }

 p { color: rgb(53,72,105); }

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

background-color css

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

 a { background-color: rgb(53,72,105); }

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

border-color css

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

 span { border-color: rgb(53,72,105); }

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