Html Css Color HEX #3A445F Gulf Blue

📋 copy color: '#3A445F'

red 58 ◦ green 68 ◦ blue 95

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

Shades of Gulf Blue #3A445F

Tints of Gulf Blue #3A445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 26.24%
G = 30.77%
B = 42.99%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3A445F (or 0x3A445F) is known color: Gulf Blue. HEX triplet: 3A, 44 and 5F. RGB value is (58,68,95). Sum of RGB (Red+Green+Blue) = 58+68+95=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A445F is #C5BBA0. Grayscale: #434343. Windows color (decimal): -12958625 or 6243386. OLE color: 6243386.

HSL color Cylindrical-coordinate representation of color #3A445F: hue angle of 223.78º 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 #3A445F is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 68 95 -
CMYK 0.39 0.28 0 0.63
HSL 223.78º 0.24% 0.3% -
HSV(B) 223.78º 0.39% 0.37% -
XYZ 5.88 5.86 11.65 -
YUV 68.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 58 68 95 0.39 0.28 0 0.63 223.78 0.24 0.3
Hex 3A 44 5F 27 1C 0 3F E0 18 1E
Octal 72 104 137 47 34 0 77 340 30 36
Binary 111010 1000100 1011111 100111 11100 0 111111 11100000 11000 11110

Color Harmonies of #3A445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A445F

Black with #3A445F

Text Example


Text Example

White with #3A445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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