Html Css Color HEX #3C4CDB Free Speech Blue

📋 copy color: '#3C4CDB'

red 60 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #3C4CDB

Tints of Free Speech Blue #3C4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 16.9%
G = 21.41%
B = 61.69%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C4CDB (or 0x3C4CDB) is known color: Free Speech Blue. HEX triplet: 3C, 4C and DB. RGB value is (60,76,219). Sum of RGB (Red+Green+Blue) = 60+76+219=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CDB is #C3B324. Grayscale: #565656. Windows color (decimal): -12825381 or 14371900. OLE color: 14371900.

HSL color Cylindrical-coordinate representation of color #3C4CDB: hue angle of 233.96º 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 #3C4CDB is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 76 219 -
CMYK 0.73 0.65 0 0.14
HSL 233.96º 0.69% 0.55% -
HSV(B) 233.96º 0.73% 0.86% -
XYZ 17.23 11.24 68.28 -
YUV 87.52 202.2 108.37 -
System Red Green Blue C M Y K H S L
Decimal 60 76 219 0.73 0.65 0 0.14 233.96 0.69 0.55
Hex 3C 4C DB 49 41 0 E EA 45 37
Octal 74 114 333 111 101 0 16 352 105 67
Binary 111100 1001100 11011011 1001001 1000001 0 1110 11101010 1000101 110111

Color Harmonies of #3C4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4CDB

Black with #3C4CDB

Text Example


Text Example

White with #3C4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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