Html Css Color HEX #3F48CB Free Speech Blue

📋 copy color: '#3F48CB'

red 63 ◦ green 72 ◦ blue 203

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

Shades of Free Speech Blue #3F48CB

Tints of Free Speech Blue #3F48CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 18.64%
G = 21.3%
B = 60.06%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F48CB (or 0x3F48CB) is known color: Free Speech Blue. HEX triplet: 3F, 48 and CB. RGB value is (63,72,203). Sum of RGB (Red+Green+Blue) = 63+72+203=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F48CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F48CB is #C0B734. Grayscale: #535353. Windows color (decimal): -12629813 or 13322303. OLE color: 13322303.

HSL color Cylindrical-coordinate representation of color #3F48CB: hue angle of 236.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F48CB is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 72 203 -
CMYK 0.69 0.65 0 0.20
HSL 236.14º 0.57% 0.52% -
HSV(B) 236.14º 0.69% 0.8% -
XYZ 15.15 10 57.63 -
YUV 84.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 63 72 203 0.69 0.65 0 0.20 236.14 0.57 0.52
Hex 3F 48 CB 45 41 0 14 EC 39 34
Octal 77 110 313 105 101 0 24 354 71 64
Binary 111111 1001000 11001011 1000101 1000001 0 10100 11101100 111001 110100

Color Harmonies of #3F48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48CB

Black with #3F48CB

Text Example


Text Example

White with #3F48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,203); }

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

background-color css

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

 a { background-color: rgb(63,72,203); }

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

border-color css

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

 span { border-color: rgb(63,72,203); }

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