#3B63CD

Color #3B63CD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3B63CD

Tints of Free Speech Blue #3B63CD

Color information

#3B63CD (or 0x3B63CD) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 63 and CD. RGB value is (59,99,205). Sum of RGB (Red+Green+Blue) = 59+99+205=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B63CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B63CD is #C49C32. Grayscale: #626262. Windows color (decimal): -12885043 or 13460283. OLE color: 13460283.

HSL color Cylindrical-coordinate representation of color #3B63CD: hue angle of 223.56º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B63CD is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5999205-
CMYK0.710.5200.20
HSL223.56º59.35%51.76%-
HSV(B)223.56º71.22%80.39%-
XYZ17.2814.2659.6-
YUV99.12187.7599.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.25%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=16.25%
G=27.27%
B=56.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal59992050.710.5200.20223.5659.3551.76
Hex3B63CD4734014e03b34
Octal73143315107640243407364
Binary111011110001111001101100011111010001010011100000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B63CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,205); }

 H1.HeaderClassName
 {
   color: #3B63CD;
 }
 .AnyTagClassName
 {
   color: #3B63CD;
 }
</style>
background-color css

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

 a { background-color: rgb(59,99,205); }

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

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

 span { border-color: rgb(59,99,205); }

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