Html Css Color HEX #3C3DBB Free Speech Blue

📋 copy color: '#3C3DBB'

red 60 ◦ green 61 ◦ blue 187

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

Shades of Free Speech Blue #3C3DBB

Tints of Free Speech Blue #3C3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 19.48%
G = 19.81%
B = 60.71%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C3DBB (or 0x3C3DBB) is known color: Free Speech Blue. HEX triplet: 3C, 3D and BB. RGB value is (60,61,187). Sum of RGB (Red+Green+Blue) = 60+61+187=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3DBB is #C3C244. Grayscale: #4A4A4A. Windows color (decimal): -12829253 or 12270908. OLE color: 12270908.

HSL color Cylindrical-coordinate representation of color #3C3DBB: hue angle of 239.53º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3DBB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 61 187 -
CMYK 0.68 0.67 0 0.27
HSL 239.53º 0.51% 0.48% -
HSV(B) 239.53º 0.68% 0.73% -
XYZ 12.5 7.89 47.88 -
YUV 75.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 60 61 187 0.68 0.67 0 0.27 239.53 0.51 0.48
Hex 3C 3D BB 44 43 0 1B F0 33 30
Octal 74 75 273 104 103 0 33 360 63 60
Binary 111100 111101 10111011 1000100 1000011 0 11011 11110000 110011 110000

Color Harmonies of #3C3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3DBB

Black with #3C3DBB

Text Example


Text Example

White with #3C3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,187); }

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

background-color css

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

 a { background-color: rgb(60,61,187); }

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

border-color css

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

 span { border-color: rgb(60,61,187); }

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