Html Css Color HEX #3C37BB Free Speech Blue

📋 copy color: '#3C37BB'

red 60 ◦ green 55 ◦ blue 187

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

Shades of Free Speech Blue #3C37BB

Tints of Free Speech Blue #3C37BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

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

R = 19.87%
G = 18.21%
B = 61.92%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C37BB (or 0x3C37BB) is known color: Free Speech Blue. HEX triplet: 3C, 37 and BB. RGB value is (60,55,187). Sum of RGB (Red+Green+Blue) = 60+55+187=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C37BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C37BB is #C3C844. Grayscale: #474747. Windows color (decimal): -12830789 or 12269372. OLE color: 12269372.

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

Color convert

RGB 60 55 187 -
CMYK 0.68 0.71 0 0.27
HSL 242.27º 0.55% 0.47% -
HSV(B) 242.27º 0.71% 0.73% -
XYZ 12.2 7.28 47.78 -
YUV 71.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 60 55 187 0.68 0.71 0 0.27 242.27 0.55 0.47
Hex 3C 37 BB 44 47 0 1B F2 37 2F
Octal 74 67 273 104 107 0 33 362 67 57
Binary 111100 110111 10111011 1000100 1000111 0 11011 11110010 110111 101111

Color Harmonies of #3C37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C37BB

Black with #3C37BB

Text Example


Text Example

White with #3C37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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