Html Css Color HEX #3F54CC Free Speech Blue

📋 copy color: '#3F54CC'

red 63 ◦ green 84 ◦ blue 204

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

Shades of Free Speech Blue #3F54CC

Tints of Free Speech Blue #3F54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 17.95%
G = 23.93%
B = 58.12%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F54CC (or 0x3F54CC) is known color: Free Speech Blue. HEX triplet: 3F, 54 and CC. RGB value is (63,84,204). Sum of RGB (Red+Green+Blue) = 63+84+204=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F54CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F54CC is #C0AB33. Grayscale: #5A5A5A. Windows color (decimal): -12626740 or 13390911. OLE color: 13390911.

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

Color convert

RGB 63 84 204 -
CMYK 0.69 0.59 0 0.2
HSL 231.06º 0.58% 0.52% -
HSV(B) 231.06º 0.69% 0.8% -
XYZ 16.12 11.76 58.55 -
YUV 91.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 63 84 204 0.69 0.59 0 0.2 231.06 0.58 0.52
Hex 3F 54 CC 45 3B 0 14 E7 3A 34
Octal 77 124 314 105 73 0 24 347 72 64
Binary 111111 1010100 11001100 1000101 111011 0 10100 11100111 111010 110100

Color Harmonies of #3F54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F54CC

Black with #3F54CC

Text Example


Text Example

White with #3F54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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