Html Css Color HEX #3A4561 Gulf Blue

📋 copy color: '#3A4561'

red 58 ◦ green 69 ◦ blue 97

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

Shades of Gulf Blue #3A4561

Tints of Gulf Blue #3A4561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 25.89%
G = 30.8%
B = 43.3%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A4561 (or 0x3A4561) is known color: Gulf Blue. HEX triplet: 3A, 45 and 61. RGB value is (58,69,97). Sum of RGB (Red+Green+Blue) = 58+69+97=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4561 is #C5BA9E. Grayscale: #444444. Windows color (decimal): -12958367 or 6374714. OLE color: 6374714.

HSL color Cylindrical-coordinate representation of color #3A4561: hue angle of 223.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4561 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 69 97 -
CMYK 0.40 0.29 0 0.62
HSL 223.08º 0.25% 0.3% -
HSV(B) 223.08º 0.4% 0.38% -
XYZ 6.03 6.02 12.15 -
YUV 68.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 58 69 97 0.40 0.29 0 0.62 223.08 0.25 0.3
Hex 3A 45 61 28 1D 0 3E DF 19 1E
Octal 72 105 141 50 35 0 76 337 31 36
Binary 111010 1000101 1100001 101000 11101 0 111110 11011111 11001 11110

Color Harmonies of #3A4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4561

Black with #3A4561

Text Example


Text Example

White with #3A4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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