Html Css Color HEX #3F58CE Free Speech Blue

📋 copy color: '#3F58CE'

red 63 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #3F58CE

Tints of Free Speech Blue #3F58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 17.65%
G = 24.65%
B = 57.7%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F58CE (or 0x3F58CE) is known color: Free Speech Blue. HEX triplet: 3F, 58 and CE. RGB value is (63,88,206). Sum of RGB (Red+Green+Blue) = 63+88+206=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F58CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F58CE is #C0A731. Grayscale: #5D5D5D. Windows color (decimal): -12625714 or 13523007. OLE color: 13523007.

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

Color convert

RGB 63 88 206 -
CMYK 0.69 0.57 0 0.19
HSL 229.51º 0.59% 0.53% -
HSV(B) 229.51º 0.69% 0.81% -
XYZ 16.68 12.49 59.92 -
YUV 93.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 63 88 206 0.69 0.57 0 0.19 229.51 0.59 0.53
Hex 3F 58 CE 45 39 0 13 E6 3B 35
Octal 77 130 316 105 71 0 23 346 73 65
Binary 111111 1011000 11001110 1000101 111001 0 10011 11100110 111011 110101

Color Harmonies of #3F58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F58CE

Black with #3F58CE

Text Example


Text Example

White with #3F58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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