Html Css Color HEX #3C5482 Fun Blue

📋 copy color: '#3C5482'

red 60 ◦ green 84 ◦ blue 130

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

Shades of Fun Blue #3C5482

Tints of Fun Blue #3C5482

RGB

 RED value IS 60 (23.83% from 255) = 21.9%

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 130 (51.17% from 255) = 47.45%

R = 21.9%
G = 30.66%
B = 47.45%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C5482 (or 0x3C5482) is known color: Fun Blue. HEX triplet: 3C, 54 and 82. RGB value is (60,84,130). Sum of RGB (Red+Green+Blue) = 60+84+130=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C5482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5482 is #C3AB7D. Grayscale: #515151. Windows color (decimal): -12823422 or 8541244. OLE color: 8541244.

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

Color convert

RGB 60 84 130 -
CMYK 0.54 0.35 0 0.49
HSL 219.43º 0.37% 0.37% -
HSV(B) 219.43º 0.54% 0.51% -
XYZ 9.06 8.91 22.36 -
YUV 82.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 60 84 130 0.54 0.35 0 0.49 219.43 0.37 0.37
Hex 3C 54 82 36 23 0 31 DB 25 25
Octal 74 124 202 66 43 0 61 333 45 45
Binary 111100 1010100 10000010 110110 100011 0 110001 11011011 100101 100101

Color Harmonies of #3C5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5482

Black with #3C5482

Text Example


Text Example

White with #3C5482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,130); }

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

background-color css

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

 a { background-color: rgb(60,84,130); }

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

border-color css

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

 span { border-color: rgb(60,84,130); }

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