Html Css Color HEX #3A5079 Fun Blue

📋 copy color: '#3A5079'

red 58 ◦ green 80 ◦ blue 121

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

Shades of Fun Blue #3A5079

Tints of Fun Blue #3A5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 22.39%
G = 30.89%
B = 46.72%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A5079 (or 0x3A5079) is known color: Fun Blue. HEX triplet: 3A, 50 and 79. RGB value is (58,80,121). Sum of RGB (Red+Green+Blue) = 58+80+121=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5079 is #C5AF86. Grayscale: #4D4D4D. Windows color (decimal): -12955527 or 7950394. OLE color: 7950394.

HSL color Cylindrical-coordinate representation of color #3A5079: hue angle of 219.05º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A5079 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 80 121 -
CMYK 0.52 0.34 0 0.53
HSL 219.05º 0.35% 0.35% -
HSV(B) 219.05º 0.52% 0.47% -
XYZ 8.06 8.02 19.21 -
YUV 78.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 58 80 121 0.52 0.34 0 0.53 219.05 0.35 0.35
Hex 3A 50 79 34 22 0 35 DB 23 23
Octal 72 120 171 64 42 0 65 333 43 43
Binary 111010 1010000 1111001 110100 100010 0 110101 11011011 100011 100011

Color Harmonies of #3A5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5079

Black with #3A5079

Text Example


Text Example

White with #3A5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,121); }

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

background-color css

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

 a { background-color: rgb(58,80,121); }

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

border-color css

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

 span { border-color: rgb(58,80,121); }

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