Html Css Color HEX #3C507D Fun Blue

📋 copy color: '#3C507D'

red 60 ◦ green 80 ◦ blue 125

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

Shades of Fun Blue #3C507D

Tints of Fun Blue #3C507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.17%

R = 22.64%
G = 30.19%
B = 47.17%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C507D (or 0x3C507D) is known color: Fun Blue. HEX triplet: 3C, 50 and 7D. RGB value is (60,80,125). Sum of RGB (Red+Green+Blue) = 60+80+125=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C507D is #C3AF82. Grayscale: #4E4E4E. Windows color (decimal): -12824451 or 8212540. OLE color: 8212540.

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

Color convert

RGB 60 80 125 -
CMYK 0.52 0.36 0 0.51
HSL 221.54º 0.35% 0.36% -
HSV(B) 221.54º 0.52% 0.49% -
XYZ 8.43 8.18 20.54 -
YUV 79.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 60 80 125 0.52 0.36 0 0.51 221.54 0.35 0.36
Hex 3C 50 7D 34 24 0 33 DE 23 24
Octal 74 120 175 64 44 0 63 336 43 44
Binary 111100 1010000 1111101 110100 100100 0 110011 11011110 100011 100100

Color Harmonies of #3C507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C507D

Black with #3C507D

Text Example


Text Example

White with #3C507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,125); }

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

background-color css

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

 a { background-color: rgb(60,80,125); }

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

border-color css

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

 span { border-color: rgb(60,80,125); }

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