Html Css Color HEX #3A475F Gulf Blue

📋 copy color: '#3A475F'

red 58 ◦ green 71 ◦ blue 95

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

Shades of Gulf Blue #3A475F

Tints of Gulf Blue #3A475F

RGB

 RED value IS 58 (23.05% from 255) = 25.89%

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

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 25.89%
G = 31.7%
B = 42.41%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3A475F (or 0x3A475F) is known color: Gulf Blue. HEX triplet: 3A, 47 and 5F. RGB value is (58,71,95). Sum of RGB (Red+Green+Blue) = 58+71+95=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A475F is #C5B8A0. Grayscale: #454545. Windows color (decimal): -12957857 or 6244154. OLE color: 6244154.

HSL color Cylindrical-coordinate representation of color #3A475F: hue angle of 218.92º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A475F is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 71 95 -
CMYK 0.39 0.25 0 0.63
HSL 218.92º 0.24% 0.3% -
HSV(B) 218.92º 0.39% 0.37% -
XYZ 6.06 6.23 11.71 -
YUV 69.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 58 71 95 0.39 0.25 0 0.63 218.92 0.24 0.3
Hex 3A 47 5F 27 19 0 3F DB 18 1E
Octal 72 107 137 47 31 0 77 333 30 36
Binary 111010 1000111 1011111 100111 11001 0 111111 11011011 11000 11110

Color Harmonies of #3A475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A475F

Black with #3A475F

Text Example


Text Example

White with #3A475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A475F; }

 p { color: rgb(58,71,95); }

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

background-color css

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

 a { background-color: rgb(58,71,95); }

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

border-color css

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

 span { border-color: rgb(58,71,95); }

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