#3B41CD

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

Shades of Free Speech Blue #3B41CD

Tints of Free Speech Blue #3B41CD

Color information

#3B41CD (or 0x3B41CD) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 41 and CD. RGB value is (59,65,205). Sum of RGB (Red+Green+Blue) = 59+65+205=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B41CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41CD is #C4BE32. Grayscale: #4E4E4E. Windows color (decimal): -12893747 or 13451579. OLE color: 13451579.

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

Color convert

RGB5965205-
CMYK0.710.6800.20
HSL237.53º59.35%51.76%-
HSV(B)237.53º71.22%80.39%-
XYZ14.719.1258.74-
YUV79.17199.01113.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.93%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 205 (80.47% from 255) = 62.31%
R=17.93%
G=19.76%
B=62.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal59652050.710.6800.20237.5359.3551.76
Hex3B41CD4744014ee3b34
Octal731013151071040243567364
Binary1110111000001110011011000111100010001010011101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B41CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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