Html Css Color HEX #354769 Gulf Blue

📋 copy color: '#354769'

red 53 ◦ green 71 ◦ blue 105

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

Shades of Gulf Blue #354769

Tints of Gulf Blue #354769

RGB

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

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

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

R = 23.14%
G = 31%
B = 45.85%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#354769 (or 0x354769) is known color: Gulf Blue. HEX triplet: 35, 47 and 69. RGB value is (53,71,105). Sum of RGB (Red+Green+Blue) = 53+71+105=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #354769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354769 is #CAB896. Grayscale: #454545. Windows color (decimal): -13285527 or 6899509. OLE color: 6899509.

HSL color Cylindrical-coordinate representation of color #354769: hue angle of 219.23º 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 #354769 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 71 105 -
CMYK 0.50 0.32 0 0.59
HSL 219.23º 0.33% 0.31% -
HSV(B) 219.23º 0.5% 0.41% -
XYZ 6.27 6.28 14.25 -
YUV 69.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 53 71 105 0.50 0.32 0 0.59 219.23 0.33 0.31
Hex 35 47 69 32 20 0 3B DB 21 1F
Octal 65 107 151 62 40 0 73 333 41 37
Binary 110101 1000111 1101001 110010 100000 0 111011 11011011 100001 11111

Color Harmonies of #354769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354769

Black with #354769

Text Example


Text Example

White with #354769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354769; }

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

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

background-color css

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

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

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

border-color css

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

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

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