Html Css Color HEX #3F65CD Free Speech Blue

📋 copy color: '#3F65CD'

red 63 ◦ green 101 ◦ blue 205

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

Shades of Free Speech Blue #3F65CD

Tints of Free Speech Blue #3F65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 17.07%
G = 27.37%
B = 55.56%

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

#3F65CD (or 0x3F65CD) is known color: Free Speech Blue. HEX triplet: 3F, 65 and CD. RGB value is (63,101,205). Sum of RGB (Red+Green+Blue) = 63+101+205=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F65CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65CD is #C09A32. Grayscale: #656565. Windows color (decimal): -12622387 or 13460799. OLE color: 13460799.

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

Color convert

RGB 63 101 205 -
CMYK 0.69 0.51 0 0.20
HSL 223.94º 0.59% 0.53% -
HSV(B) 223.94º 0.69% 0.8% -
XYZ 17.72 14.77 59.67 -
YUV 101.49 186.41 100.54 -
System Red Green Blue C M Y K H S L
Decimal 63 101 205 0.69 0.51 0 0.20 223.94 0.59 0.53
Hex 3F 65 CD 45 33 0 14 E0 3B 35
Octal 77 145 315 105 63 0 24 340 73 65
Binary 111111 1100101 11001101 1000101 110011 0 10100 11100000 111011 110101

Color Harmonies of #3F65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65CD

Black with #3F65CD

Text Example


Text Example

White with #3F65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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