Html Css Color HEX #3F42DD Free Speech Blue

📋 copy color: '#3F42DD'

red 63 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Blue #3F42DD

Tints of Free Speech Blue #3F42DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 18%
G = 18.86%
B = 63.14%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F42DD (or 0x3F42DD) is known color: Free Speech Blue. HEX triplet: 3F, 42 and DD. RGB value is (63,66,221). Sum of RGB (Red+Green+Blue) = 63+66+221=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F42DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42DD is #C0BD22. Grayscale: #525252. Windows color (decimal): -12631331 or 14500415. OLE color: 14500415.

HSL color Cylindrical-coordinate representation of color #3F42DD: hue angle of 238.86º 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 #3F42DD is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 66 221 -
CMYK 0.71 0.70 0 0.13
HSL 238.86º 0.7% 0.56% -
HSV(B) 238.86º 0.71% 0.87% -
XYZ 17.05 10.17 69.47 -
YUV 82.77 206.01 113.9 -
System Red Green Blue C M Y K H S L
Decimal 63 66 221 0.71 0.70 0 0.13 238.86 0.7 0.56
Hex 3F 42 DD 47 46 0 D EF 46 38
Octal 77 102 335 107 106 0 15 357 106 70
Binary 111111 1000010 11011101 1000111 1000110 0 1101 11101111 1000110 111000

Color Harmonies of #3F42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F42DD

Black with #3F42DD

Text Example


Text Example

White with #3F42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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