Html Css Color HEX #3F37BC Free Speech Blue

📋 copy color: '#3F37BC'

red 63 ◦ green 55 ◦ blue 188

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

Shades of Free Speech Blue #3F37BC

Tints of Free Speech Blue #3F37BC

RGB

 RED value IS 63 (25% from 255) = 20.59%

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 20.59%
G = 17.97%
B = 61.44%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F37BC (or 0x3F37BC) is known color: Free Speech Blue. HEX triplet: 3F, 37 and BC. RGB value is (63,55,188). Sum of RGB (Red+Green+Blue) = 63+55+188=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F37BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F37BC is #C0C843. Grayscale: #484848. Windows color (decimal): -12634180 or 12334911. OLE color: 12334911.

HSL color Cylindrical-coordinate representation of color #3F37BC: hue angle of 243.61º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F37BC is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 55 188 -
CMYK 0.66 0.71 0 0.26
HSL 243.61º 0.55% 0.48% -
HSV(B) 243.61º 0.71% 0.74% -
XYZ 12.49 7.42 48.35 -
YUV 72.55 193.15 121.19 -
System Red Green Blue C M Y K H S L
Decimal 63 55 188 0.66 0.71 0 0.26 243.61 0.55 0.48
Hex 3F 37 BC 42 47 0 1A F4 37 30
Octal 77 67 274 102 107 0 32 364 67 60
Binary 111111 110111 10111100 1000010 1000111 0 11010 11110100 110111 110000

Color Harmonies of #3F37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F37BC

Black with #3F37BC

Text Example


Text Example

White with #3F37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,188); }

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

background-color css

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

 a { background-color: rgb(63,55,188); }

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

border-color css

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

 span { border-color: rgb(63,55,188); }

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