Html Css Color HEX #354262 Gulf Blue

📋 copy color: '#354262'

red 53 ◦ green 66 ◦ blue 98

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

Shades of Gulf Blue #354262

Tints of Gulf Blue #354262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 24.42%
G = 30.41%
B = 45.16%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354262 (or 0x354262) is known color: Gulf Blue. HEX triplet: 35, 42 and 62. RGB value is (53,66,98). Sum of RGB (Red+Green+Blue) = 53+66+98=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #354262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354262 is #CABD9D. Grayscale: #414141. Windows color (decimal): -13286814 or 6439477. OLE color: 6439477.

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

Color convert

RGB 53 66 98 -
CMYK 0.46 0.33 0 0.62
HSL 222.67º 0.3% 0.3% -
HSV(B) 222.67º 0.46% 0.38% -
XYZ 5.62 5.54 12.33 -
YUV 65.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 53 66 98 0.46 0.33 0 0.62 222.67 0.3 0.3
Hex 35 42 62 2E 21 0 3E DF 1E 1E
Octal 65 102 142 56 41 0 76 337 36 36
Binary 110101 1000010 1100010 101110 100001 0 111110 11011111 11110 11110

Color Harmonies of #354262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354262

Black with #354262

Text Example


Text Example

White with #354262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354262; }

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

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

background-color css

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

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

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

border-color css

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

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

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