Html Css Color HEX #3A517C Fun Blue

📋 copy color: '#3A517C'

red 58 ◦ green 81 ◦ blue 124

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

Shades of Fun Blue #3A517C

Tints of Fun Blue #3A517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 22.05%
G = 30.8%
B = 47.15%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A517C (or 0x3A517C) is known color: Fun Blue. HEX triplet: 3A, 51 and 7C. RGB value is (58,81,124). Sum of RGB (Red+Green+Blue) = 58+81+124=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A517C is #C5AE83. Grayscale: #4E4E4E. Windows color (decimal): -12955268 or 8147258. OLE color: 8147258.

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

Color convert

RGB 58 81 124 -
CMYK 0.53 0.35 0 0.51
HSL 219.09º 0.36% 0.36% -
HSV(B) 219.09º 0.53% 0.49% -
XYZ 8.33 8.24 20.22 -
YUV 79.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 58 81 124 0.53 0.35 0 0.51 219.09 0.36 0.36
Hex 3A 51 7C 35 23 0 33 DB 24 24
Octal 72 121 174 65 43 0 63 333 44 44
Binary 111010 1010001 1111100 110101 100011 0 110011 11011011 100100 100100

Color Harmonies of #3A517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A517C

Black with #3A517C

Text Example


Text Example

White with #3A517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,81,124); }

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

background-color css

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

 a { background-color: rgb(58,81,124); }

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

border-color css

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

 span { border-color: rgb(58,81,124); }

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