Html Css Color HEX #3C4BDA Free Speech Blue

📋 copy color: '#3C4BDA'

red 60 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #3C4BDA

Tints of Free Speech Blue #3C4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

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

R = 17%
G = 21.25%
B = 61.76%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C4BDA (or 0x3C4BDA) is known color: Free Speech Blue. HEX triplet: 3C, 4B and DA. RGB value is (60,75,218). Sum of RGB (Red+Green+Blue) = 60+75+218=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C4BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BDA is #C3B425. Grayscale: #565656. Windows color (decimal): -12825638 or 14306108. OLE color: 14306108.

HSL color Cylindrical-coordinate representation of color #3C4BDA: hue angle of 234.3º 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 #3C4BDA is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 75 218 -
CMYK 0.72 0.66 0 0.15
HSL 234.3º 0.68% 0.55% -
HSV(B) 234.3º 0.72% 0.85% -
XYZ 17.03 11.05 67.57 -
YUV 86.82 202.03 108.87 -
System Red Green Blue C M Y K H S L
Decimal 60 75 218 0.72 0.66 0 0.15 234.3 0.68 0.55
Hex 3C 4B DA 48 42 0 F EA 44 37
Octal 74 113 332 110 102 0 17 352 104 67
Binary 111100 1001011 11011010 1001000 1000010 0 1111 11101010 1000100 110111

Color Harmonies of #3C4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4BDA

Black with #3C4BDA

Text Example


Text Example

White with #3C4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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