Html Css Color HEX #3C52DB Free Speech Blue

📋 copy color: '#3C52DB'

red 60 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Blue #3C52DB

Tints of Free Speech Blue #3C52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 16.62%
G = 22.71%
B = 60.66%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C52DB (or 0x3C52DB) is known color: Free Speech Blue. HEX triplet: 3C, 52 and DB. RGB value is (60,82,219). Sum of RGB (Red+Green+Blue) = 60+82+219=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C52DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C52DB is #C3AD24. Grayscale: #5A5A5A. Windows color (decimal): -12823845 or 14373436. OLE color: 14373436.

HSL color Cylindrical-coordinate representation of color #3C52DB: hue angle of 231.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C52DB is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 82 219 -
CMYK 0.73 0.63 0 0.14
HSL 231.7º 0.69% 0.55% -
HSV(B) 231.7º 0.73% 0.86% -
XYZ 17.67 12.11 68.42 -
YUV 91.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 60 82 219 0.73 0.63 0 0.14 231.7 0.69 0.55
Hex 3C 52 DB 49 3F 0 E E8 45 37
Octal 74 122 333 111 77 0 16 350 105 67
Binary 111100 1010010 11011011 1001001 111111 0 1110 11101000 1000101 110111

Color Harmonies of #3C52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C52DB

Black with #3C52DB

Text Example


Text Example

White with #3C52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,219); }

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

background-color css

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

 a { background-color: rgb(60,82,219); }

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

border-color css

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

 span { border-color: rgb(60,82,219); }

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