Html Css Color HEX #3A455D Gulf Blue

📋 copy color: '#3A455D'

red 58 ◦ green 69 ◦ blue 93

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

Shades of Gulf Blue #3A455D

Tints of Gulf Blue #3A455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 26.36%
G = 31.36%
B = 42.27%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A455D (or 0x3A455D) is known color: Gulf Blue. HEX triplet: 3A, 45 and 5D. RGB value is (58,69,93). Sum of RGB (Red+Green+Blue) = 58+69+93=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A455D is #C5BAA2. Grayscale: #444444. Windows color (decimal): -12958371 or 6112570. OLE color: 6112570.

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

Color convert

RGB 58 69 93 -
CMYK 0.38 0.26 0 0.64
HSL 221.14º 0.23% 0.3% -
HSV(B) 221.14º 0.38% 0.36% -
XYZ 5.85 5.95 11.2 -
YUV 68.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 58 69 93 0.38 0.26 0 0.64 221.14 0.23 0.3
Hex 3A 45 5D 26 1A 0 40 DD 17 1E
Octal 72 105 135 46 32 0 100 335 27 36
Binary 111010 1000101 1011101 100110 11010 0 1000000 11011101 10111 11110

Color Harmonies of #3A455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A455D

Black with #3A455D

Text Example


Text Example

White with #3A455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,93); }

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

background-color css

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

 a { background-color: rgb(58,69,93); }

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

border-color css

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

 span { border-color: rgb(58,69,93); }

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