Html Css Color HEX #3A4865 Gulf Blue

📋 copy color: '#3A4865'

red 58 ◦ green 72 ◦ blue 101

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

Shades of Gulf Blue #3A4865

Tints of Gulf Blue #3A4865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 25.11%
G = 31.17%
B = 43.72%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3A4865 (or 0x3A4865) is known color: Gulf Blue. HEX triplet: 3A, 48 and 65. RGB value is (58,72,101). Sum of RGB (Red+Green+Blue) = 58+72+101=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A4865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4865 is #C5B79A. Grayscale: #464646. Windows color (decimal): -12957595 or 6637626. OLE color: 6637626.

HSL color Cylindrical-coordinate representation of color #3A4865: hue angle of 220.47º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A4865 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 72 101 -
CMYK 0.43 0.29 0 0.60
HSL 220.47º 0.27% 0.31% -
HSV(B) 220.47º 0.43% 0.4% -
XYZ 6.41 6.47 13.22 -
YUV 71.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 58 72 101 0.43 0.29 0 0.60 220.47 0.27 0.31
Hex 3A 48 65 2B 1D 0 3C DC 1B 1F
Octal 72 110 145 53 35 0 74 334 33 37
Binary 111010 1001000 1100101 101011 11101 0 111100 11011100 11011 11111

Color Harmonies of #3A4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4865

Black with #3A4865

Text Example


Text Example

White with #3A4865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,101); }

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

background-color css

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

 a { background-color: rgb(58,72,101); }

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

border-color css

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

 span { border-color: rgb(58,72,101); }

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