Html Css Color HEX #354766 Gulf Blue

📋 copy color: '#354766'

red 53 ◦ green 71 ◦ blue 102

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

Shades of Gulf Blue #354766

Tints of Gulf Blue #354766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 23.45%
G = 31.42%
B = 45.13%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#354766 (or 0x354766) is known color: Gulf Blue. HEX triplet: 35, 47 and 66. RGB value is (53,71,102). Sum of RGB (Red+Green+Blue) = 53+71+102=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #354766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354766 is #CAB899. Grayscale: #454545. Windows color (decimal): -13285530 or 6702901. OLE color: 6702901.

HSL color Cylindrical-coordinate representation of color #354766: hue angle of 217.96º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354766 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 71 102 -
CMYK 0.48 0.30 0 0.6
HSL 217.96º 0.32% 0.3% -
HSV(B) 217.96º 0.48% 0.4% -
XYZ 6.12 6.22 13.45 -
YUV 69.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 53 71 102 0.48 0.30 0 0.6 217.96 0.32 0.3
Hex 35 47 66 30 1E 0 3C DA 20 1E
Octal 65 107 146 60 36 0 74 332 40 36
Binary 110101 1000111 1100110 110000 11110 0 111100 11011010 100000 11110

Color Harmonies of #354766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354766

Black with #354766

Text Example


Text Example

White with #354766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354766; }

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

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

background-color css

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

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

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

border-color css

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

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

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