Html Css Color HEX #3C3BBD Free Speech Blue

📋 copy color: '#3C3BBD'

red 60 ◦ green 59 ◦ blue 189

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

Shades of Free Speech Blue #3C3BBD

Tints of Free Speech Blue #3C3BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 19.48%
G = 19.16%
B = 61.36%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C3BBD (or 0x3C3BBD) is known color: Free Speech Blue. HEX triplet: 3C, 3B and BD. RGB value is (60,59,189). Sum of RGB (Red+Green+Blue) = 60+59+189=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C3BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3BBD is #C3C442. Grayscale: #494949. Windows color (decimal): -12829763 or 12401468. OLE color: 12401468.

HSL color Cylindrical-coordinate representation of color #3C3BBD: hue angle of 240.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C3BBD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 59 189 -
CMYK 0.68 0.69 0 0.26
HSL 240.46º 0.52% 0.49% -
HSV(B) 240.46º 0.69% 0.74% -
XYZ 12.61 7.76 48.98 -
YUV 74.12 192.83 117.93 -
System Red Green Blue C M Y K H S L
Decimal 60 59 189 0.68 0.69 0 0.26 240.46 0.52 0.49
Hex 3C 3B BD 44 45 0 1A F0 34 31
Octal 74 73 275 104 105 0 32 360 64 61
Binary 111100 111011 10111101 1000100 1000101 0 11010 11110000 110100 110001

Color Harmonies of #3C3BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3BBD

Black with #3C3BBD

Text Example


Text Example

White with #3C3BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,59,189); }

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

background-color css

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

 a { background-color: rgb(60,59,189); }

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

border-color css

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

 span { border-color: rgb(60,59,189); }

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