Html Css Color HEX #354666 Gulf Blue

📋 copy color: '#354666'

red 53 ◦ green 70 ◦ blue 102

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

Shades of Gulf Blue #354666

Tints of Gulf Blue #354666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

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

R = 23.56%
G = 31.11%
B = 45.33%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#354666 (or 0x354666) is known color: Gulf Blue. HEX triplet: 35, 46 and 66. RGB value is (53,70,102). Sum of RGB (Red+Green+Blue) = 53+70+102=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #354666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354666 is #CAB999. Grayscale: #444444. Windows color (decimal): -13285786 or 6702645. OLE color: 6702645.

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

Color convert

RGB 53 70 102 -
CMYK 0.48 0.31 0 0.6
HSL 219.18º 0.32% 0.3% -
HSV(B) 219.18º 0.48% 0.4% -
XYZ 6.06 6.1 13.43 -
YUV 68.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 53 70 102 0.48 0.31 0 0.6 219.18 0.32 0.3
Hex 35 46 66 30 1F 0 3C DB 20 1E
Octal 65 106 146 60 37 0 74 333 40 36
Binary 110101 1000110 1100110 110000 11111 0 111100 11011011 100000 11110

Color Harmonies of #354666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354666

Black with #354666

Text Example


Text Example

White with #354666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354666; }

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

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

background-color css

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

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

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

border-color css

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

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

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