Html Css Color HEX #3A4360 Gulf Blue

📋 copy color: '#3A4360'

red 58 ◦ green 67 ◦ blue 96

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

Shades of Gulf Blue #3A4360

Tints of Gulf Blue #3A4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 26.24%
G = 30.32%
B = 43.44%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A4360 (or 0x3A4360) is known color: Gulf Blue. HEX triplet: 3A, 43 and 60. RGB value is (58,67,96). Sum of RGB (Red+Green+Blue) = 58+67+96=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4360 is #C5BC9F. Grayscale: #434343. Windows color (decimal): -12958880 or 6308666. OLE color: 6308666.

HSL color Cylindrical-coordinate representation of color #3A4360: hue angle of 225.79º 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 #3A4360 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 67 96 -
CMYK 0.40 0.30 0 0.62
HSL 225.79º 0.25% 0.3% -
HSV(B) 225.79º 0.4% 0.38% -
XYZ 5.86 5.76 11.87 -
YUV 67.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 58 67 96 0.40 0.30 0 0.62 225.79 0.25 0.3
Hex 3A 43 60 28 1E 0 3E E2 19 1E
Octal 72 103 140 50 36 0 76 342 31 36
Binary 111010 1000011 1100000 101000 11110 0 111110 11100010 11001 11110

Color Harmonies of #3A4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4360

Black with #3A4360

Text Example


Text Example

White with #3A4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,96); }

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

background-color css

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

 a { background-color: rgb(58,67,96); }

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

border-color css

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

 span { border-color: rgb(58,67,96); }

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