Html Css Color HEX #3A415B Gulf Blue

📋 copy color: '#3A415B'

red 58 ◦ green 65 ◦ blue 91

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

Shades of Gulf Blue #3A415B

Tints of Gulf Blue #3A415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 27.1%
G = 30.37%
B = 42.52%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A415B (or 0x3A415B) is known color: Gulf Blue. HEX triplet: 3A, 41 and 5B. RGB value is (58,65,91). Sum of RGB (Red+Green+Blue) = 58+65+91=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A415B is #C5BEA4. Grayscale: #414141. Windows color (decimal): -12959397 or 5980474. OLE color: 5980474.

HSL color Cylindrical-coordinate representation of color #3A415B: hue angle of 227.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A415B is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 65 91 -
CMYK 0.36 0.29 0 0.64
HSL 227.27º 0.22% 0.29% -
HSV(B) 227.27º 0.36% 0.36% -
XYZ 5.52 5.44 10.66 -
YUV 65.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 58 65 91 0.36 0.29 0 0.64 227.27 0.22 0.29
Hex 3A 41 5B 24 1D 0 40 E3 16 1D
Octal 72 101 133 44 35 0 100 343 26 35
Binary 111010 1000001 1011011 100100 11101 0 1000000 11100011 10110 11101

Color Harmonies of #3A415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A415B

Black with #3A415B

Text Example


Text Example

White with #3A415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,91); }

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

background-color css

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

 a { background-color: rgb(58,65,91); }

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

border-color css

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

 span { border-color: rgb(58,65,91); }

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