Html Css Color HEX #354261 Gulf Blue

📋 copy color: '#354261'

red 53 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #354261

Tints of Gulf Blue #354261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 24.54%
G = 30.56%
B = 44.91%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354261 (or 0x354261) is known color: Gulf Blue. HEX triplet: 35, 42 and 61. RGB value is (53,66,97). Sum of RGB (Red+Green+Blue) = 53+66+97=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #354261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354261 is #CABD9E. Grayscale: #414141. Windows color (decimal): -13286815 or 6373941. OLE color: 6373941.

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

Color convert

RGB 53 66 97 -
CMYK 0.45 0.32 0 0.62
HSL 222.27º 0.29% 0.29% -
HSV(B) 222.27º 0.45% 0.38% -
XYZ 5.57 5.52 12.08 -
YUV 65.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 53 66 97 0.45 0.32 0 0.62 222.27 0.29 0.29
Hex 35 42 61 2D 20 0 3E DE 1D 1D
Octal 65 102 141 55 40 0 76 336 35 35
Binary 110101 1000010 1100001 101101 100000 0 111110 11011110 11101 11101

Color Harmonies of #354261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354261

Black with #354261

Text Example


Text Example

White with #354261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354261; }

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

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

background-color css

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

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

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

border-color css

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

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

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