Html Css Color HEX #3F57CC Free Speech Blue

📋 copy color: '#3F57CC'

red 63 ◦ green 87 ◦ blue 204

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

Shades of Free Speech Blue #3F57CC

Tints of Free Speech Blue #3F57CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

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

R = 17.8%
G = 24.58%
B = 57.63%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F57CC (or 0x3F57CC) is known color: Free Speech Blue. HEX triplet: 3F, 57 and CC. RGB value is (63,87,204). Sum of RGB (Red+Green+Blue) = 63+87+204=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F57CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F57CC is #C0A833. Grayscale: #5C5C5C. Windows color (decimal): -12625972 or 13391679. OLE color: 13391679.

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

Color convert

RGB 63 87 204 -
CMYK 0.69 0.57 0 0.2
HSL 229.79º 0.58% 0.52% -
HSV(B) 229.79º 0.69% 0.8% -
XYZ 16.36 12.23 58.63 -
YUV 93.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 63 87 204 0.69 0.57 0 0.2 229.79 0.58 0.52
Hex 3F 57 CC 45 39 0 14 E6 3A 34
Octal 77 127 314 105 71 0 24 346 72 64
Binary 111111 1010111 11001100 1000101 111001 0 10100 11100110 111010 110100

Color Harmonies of #3F57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F57CC

Black with #3F57CC

Text Example


Text Example

White with #3F57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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