Html Css Color HEX #3F52DD Free Speech Blue

📋 copy color: '#3F52DD'

red 63 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Blue #3F52DD

Tints of Free Speech Blue #3F52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 17.21%
G = 22.4%
B = 60.38%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F52DD (or 0x3F52DD) is known color: Free Speech Blue. HEX triplet: 3F, 52 and DD. RGB value is (63,82,221). Sum of RGB (Red+Green+Blue) = 63+82+221=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F52DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F52DD is #C0AD22. Grayscale: #5B5B5B. Windows color (decimal): -12627235 or 14504511. OLE color: 14504511.

HSL color Cylindrical-coordinate representation of color #3F52DD: hue angle of 232.78º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F52DD is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 82 221 -
CMYK 0.71 0.63 0 0.13
HSL 232.78º 0.7% 0.56% -
HSV(B) 232.78º 0.71% 0.87% -
XYZ 18.12 12.31 69.83 -
YUV 92.17 200.71 107.2 -
System Red Green Blue C M Y K H S L
Decimal 63 82 221 0.71 0.63 0 0.13 232.78 0.7 0.56
Hex 3F 52 DD 47 3F 0 D E9 46 38
Octal 77 122 335 107 77 0 15 351 106 70
Binary 111111 1010010 11011101 1000111 111111 0 1101 11101001 1000110 111000

Color Harmonies of #3F52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F52DD

Black with #3F52DD

Text Example


Text Example

White with #3F52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,221); }

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

background-color css

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

 a { background-color: rgb(63,82,221); }

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

border-color css

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

 span { border-color: rgb(63,82,221); }

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