Html Css Color HEX #3F64CD Free Speech Blue

📋 copy color: '#3F64CD'

red 63 ◦ green 100 ◦ blue 205

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

Shades of Free Speech Blue #3F64CD

Tints of Free Speech Blue #3F64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 17.12%
G = 27.17%
B = 55.71%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F64CD (or 0x3F64CD) is known color: Free Speech Blue. HEX triplet: 3F, 64 and CD. RGB value is (63,100,205). Sum of RGB (Red+Green+Blue) = 63+100+205=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F64CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64CD is #C09B32. Grayscale: #646464. Windows color (decimal): -12622643 or 13460543. OLE color: 13460543.

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

Color convert

RGB 63 100 205 -
CMYK 0.69 0.51 0 0.20
HSL 224.37º 0.59% 0.53% -
HSV(B) 224.37º 0.69% 0.8% -
XYZ 17.63 14.58 59.64 -
YUV 100.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 63 100 205 0.69 0.51 0 0.20 224.37 0.59 0.53
Hex 3F 64 CD 45 33 0 14 E0 3B 35
Octal 77 144 315 105 63 0 24 340 73 65
Binary 111111 1100100 11001101 1000101 110011 0 10100 11100000 111011 110101

Color Harmonies of #3F64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F64CD

Black with #3F64CD

Text Example


Text Example

White with #3F64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,205); }

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

background-color css

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

 a { background-color: rgb(63,100,205); }

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

border-color css

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

 span { border-color: rgb(63,100,205); }

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