Html Css Color HEX #354260 Gulf Blue

📋 copy color: '#354260'

red 53 ◦ green 66 ◦ blue 96

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

Shades of Gulf Blue #354260

Tints of Gulf Blue #354260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 24.65%
G = 30.7%
B = 44.65%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354260 (or 0x354260) is known color: Gulf Blue. HEX triplet: 35, 42 and 60. RGB value is (53,66,96). Sum of RGB (Red+Green+Blue) = 53+66+96=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #354260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354260 is #CABD9F. Grayscale: #414141. Windows color (decimal): -13286816 or 6308405. OLE color: 6308405.

HSL color Cylindrical-coordinate representation of color #354260: hue angle of 221.86º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354260 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 66 96 -
CMYK 0.45 0.31 0 0.62
HSL 221.86º 0.29% 0.29% -
HSV(B) 221.86º 0.45% 0.38% -
XYZ 5.53 5.5 11.84 -
YUV 65.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 53 66 96 0.45 0.31 0 0.62 221.86 0.29 0.29
Hex 35 42 60 2D 1F 0 3E DE 1D 1D
Octal 65 102 140 55 37 0 76 336 35 35
Binary 110101 1000010 1100000 101101 11111 0 111110 11011110 11101 11101

Color Harmonies of #354260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354260

Black with #354260

Text Example


Text Example

White with #354260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354260; }

 p { color: rgb(53,66,96); }

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

background-color css

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

 a { background-color: rgb(53,66,96); }

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

border-color css

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

 span { border-color: rgb(53,66,96); }

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