Html Css Color HEX #3F60CE Free Speech Blue

📋 copy color: '#3F60CE'

red 63 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Blue #3F60CE

Tints of Free Speech Blue #3F60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 17.26%
G = 26.3%
B = 56.44%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F60CE (or 0x3F60CE) is known color: Free Speech Blue. HEX triplet: 3F, 60 and CE. RGB value is (63,96,206). Sum of RGB (Red+Green+Blue) = 63+96+206=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F60CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F60CE is #C09F31. Grayscale: #626262. Windows color (decimal): -12623666 or 13525055. OLE color: 13525055.

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

Color convert

RGB 63 96 206 -
CMYK 0.69 0.53 0 0.19
HSL 226.15º 0.59% 0.53% -
HSV(B) 226.15º 0.69% 0.81% -
XYZ 17.37 13.88 60.16 -
YUV 98.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 63 96 206 0.69 0.53 0 0.19 226.15 0.59 0.53
Hex 3F 60 CE 45 35 0 13 E2 3B 35
Octal 77 140 316 105 65 0 23 342 73 65
Binary 111111 1100000 11001110 1000101 110101 0 10011 11100010 111011 110101

Color Harmonies of #3F60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F60CE

Black with #3F60CE

Text Example


Text Example

White with #3F60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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