Html Css Color HEX #3C48DA Free Speech Blue

📋 copy color: '#3C48DA'

red 60 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Blue #3C48DA

Tints of Free Speech Blue #3C48DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 17.14%
G = 20.57%
B = 62.29%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C48DA (or 0x3C48DA) is known color: Free Speech Blue. HEX triplet: 3C, 48 and DA. RGB value is (60,72,218). Sum of RGB (Red+Green+Blue) = 60+72+218=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C48DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48DA is #C3B725. Grayscale: #545454. Windows color (decimal): -12826406 or 14305340. OLE color: 14305340.

HSL color Cylindrical-coordinate representation of color #3C48DA: hue angle of 235.44º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C48DA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 72 218 -
CMYK 0.72 0.67 0 0.15
HSL 235.44º 0.68% 0.55% -
HSV(B) 235.44º 0.72% 0.85% -
XYZ 16.84 10.66 67.5 -
YUV 85.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 60 72 218 0.72 0.67 0 0.15 235.44 0.68 0.55
Hex 3C 48 DA 48 43 0 F EB 44 37
Octal 74 110 332 110 103 0 17 353 104 67
Binary 111100 1001000 11011010 1001000 1000011 0 1111 11101011 1000100 110111

Color Harmonies of #3C48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C48DA

Black with #3C48DA

Text Example


Text Example

White with #3C48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,218); }

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

background-color css

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

 a { background-color: rgb(60,72,218); }

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

border-color css

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

 span { border-color: rgb(60,72,218); }

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