Html Css Color HEX #3F51CC Free Speech Blue

📋 copy color: '#3F51CC'

red 63 ◦ green 81 ◦ blue 204

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

Shades of Free Speech Blue #3F51CC

Tints of Free Speech Blue #3F51CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

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

R = 18.1%
G = 23.28%
B = 58.62%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F51CC (or 0x3F51CC) is known color: Free Speech Blue. HEX triplet: 3F, 51 and CC. RGB value is (63,81,204). Sum of RGB (Red+Green+Blue) = 63+81+204=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F51CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51CC is #C0AE33. Grayscale: #595959. Windows color (decimal): -12627508 or 13390143. OLE color: 13390143.

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

Color convert

RGB 63 81 204 -
CMYK 0.69 0.60 0 0.2
HSL 232.34º 0.58% 0.52% -
HSV(B) 232.34º 0.69% 0.8% -
XYZ 15.89 11.3 58.47 -
YUV 89.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 63 81 204 0.69 0.60 0 0.2 232.34 0.58 0.52
Hex 3F 51 CC 45 3C 0 14 E8 3A 34
Octal 77 121 314 105 74 0 24 350 72 64
Binary 111111 1010001 11001100 1000101 111100 0 10100 11101000 111010 110100

Color Harmonies of #3F51CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F51CC

Black with #3F51CC

Text Example


Text Example

White with #3F51CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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