Html Css Color HEX #3F47CC Free Speech Blue

📋 copy color: '#3F47CC'

red 63 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Blue #3F47CC

Tints of Free Speech Blue #3F47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 204 (80.08% from 255) = 60.36%

R = 18.64%
G = 21.01%
B = 60.36%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F47CC (or 0x3F47CC) is known color: Free Speech Blue. HEX triplet: 3F, 47 and CC. RGB value is (63,71,204). Sum of RGB (Red+Green+Blue) = 63+71+204=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F47CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F47CC is #C0B833. Grayscale: #535353. Windows color (decimal): -12630068 or 13387583. OLE color: 13387583.

HSL color Cylindrical-coordinate representation of color #3F47CC: hue angle of 236.6º degrees, saturation: 0.58, 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 #3F47CC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 71 204 -
CMYK 0.69 0.65 0 0.2
HSL 236.6º 0.58% 0.52% -
HSV(B) 236.6º 0.69% 0.8% -
XYZ 15.2 9.92 58.24 -
YUV 83.77 195.85 113.19 -
System Red Green Blue C M Y K H S L
Decimal 63 71 204 0.69 0.65 0 0.2 236.6 0.58 0.52
Hex 3F 47 CC 45 41 0 14 ED 3A 34
Octal 77 107 314 105 101 0 24 355 72 64
Binary 111111 1000111 11001100 1000101 1000001 0 10100 11101101 111010 110100

Color Harmonies of #3F47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F47CC

Black with #3F47CC

Text Example


Text Example

White with #3F47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,204); }

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

background-color css

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

 a { background-color: rgb(63,71,204); }

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

border-color css

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

 span { border-color: rgb(63,71,204); }

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