Html Css Color HEX #3F37BD Free Speech Blue

📋 copy color: '#3F37BD'

red 63 ◦ green 55 ◦ blue 189

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

Shades of Free Speech Blue #3F37BD

Tints of Free Speech Blue #3F37BD

RGB

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

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

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

R = 20.52%
G = 17.92%
B = 61.56%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F37BD (or 0x3F37BD) is known color: Free Speech Blue. HEX triplet: 3F, 37 and BD. RGB value is (63,55,189). Sum of RGB (Red+Green+Blue) = 63+55+189=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F37BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F37BD is #C0C842. Grayscale: #484848. Windows color (decimal): -12634179 or 12400447. OLE color: 12400447.

HSL color Cylindrical-coordinate representation of color #3F37BD: hue angle of 243.58º 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 #3F37BD is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 55 189 -
CMYK 0.67 0.71 0 0.26
HSL 243.58º 0.55% 0.48% -
HSV(B) 243.58º 0.71% 0.74% -
XYZ 12.6 7.46 48.92 -
YUV 72.67 193.65 121.1 -
System Red Green Blue C M Y K H S L
Decimal 63 55 189 0.67 0.71 0 0.26 243.58 0.55 0.48
Hex 3F 37 BD 43 47 0 1A F4 37 30
Octal 77 67 275 103 107 0 32 364 67 60
Binary 111111 110111 10111101 1000011 1000111 0 11010 11110100 110111 110000

Color Harmonies of #3F37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F37BD

Black with #3F37BD

Text Example


Text Example

White with #3F37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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