Html Css Color HEX #3F3ACE Free Speech Blue

📋 copy color: '#3F3ACE'

red 63 ◦ green 58 ◦ blue 206

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

Shades of Free Speech Blue #3F3ACE

Tints of Free Speech Blue #3F3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.74%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 19.27%
G = 17.74%
B = 63%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F3ACE (or 0x3F3ACE) is known color: Free Speech Blue. HEX triplet: 3F, 3A and CE. RGB value is (63,58,206). Sum of RGB (Red+Green+Blue) = 63+58+206=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3ACE is #C0C531. Grayscale: #4B4B4B. Windows color (decimal): -12633394 or 13515327. OLE color: 13515327.

HSL color Cylindrical-coordinate representation of color #3F3ACE: hue angle of 242.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F3ACE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 58 206 -
CMYK 0.69 0.72 0 0.19
HSL 242.03º 0.6% 0.52% -
HSV(B) 242.03º 0.72% 0.81% -
XYZ 14.7 8.54 59.27 -
YUV 76.37 201.16 118.47 -
System Red Green Blue C M Y K H S L
Decimal 63 58 206 0.69 0.72 0 0.19 242.03 0.6 0.52
Hex 3F 3A CE 45 48 0 13 F2 3C 34
Octal 77 72 316 105 110 0 23 362 74 64
Binary 111111 111010 11001110 1000101 1001000 0 10011 11110010 111100 110100

Color Harmonies of #3F3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3ACE

Black with #3F3ACE

Text Example


Text Example

White with #3F3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,58,206); }

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

background-color css

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

 a { background-color: rgb(63,58,206); }

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

border-color css

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

 span { border-color: rgb(63,58,206); }

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