#3D52CF

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

Shades of Free Speech Blue #3D52CF

Tints of Free Speech Blue #3D52CF

Color information

#3D52CF (or 0x3D52CF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 52 and CF. RGB value is (61,82,207). Sum of RGB (Red+Green+Blue) = 61+82+207=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D52CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D52CF is #C2AD30. Grayscale: #595959. Windows color (decimal): -12758321 or 13587005. OLE color: 13587005.

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

Color convert

RGB6182207-
CMYK0.710.6000.19
HSL231.37º60.33%52.55%-
HSV(B)231.37º70.53%81.18%-
XYZ16.211.5360.4-
YUV89.97194.04107.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 207 (81.25% from 255) = 59.14%
R=17.43%
G=23.43%
B=59.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61822070.710.6000.19231.3760.3352.55
Hex3D52CF473C013e73c35
Octal75122317107740233477465
Binary111101101001011001111100011111110001001111100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,207); }

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

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

 a { background-color: rgb(61,82,207); }

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

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

 span { border-color: rgb(61,82,207); }

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