#3D53CA

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

Shades of Free Speech Blue #3D53CA

Tints of Free Speech Blue #3D53CA

Color information

#3D53CA (or 0x3D53CA) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 53 and CA. RGB value is (61,83,202). Sum of RGB (Red+Green+Blue) = 61+83+202=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D53CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D53CA is #C2AC35. Grayscale: #595959. Windows color (decimal): -12758070 or 13259581. OLE color: 13259581.

HSL color Cylindrical-coordinate representation of color #3D53CA: hue angle of 230.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D53CA is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6183202-
CMYK0.700.5900.21
HSL230.64º57.09%51.57%-
HSV(B)230.64º69.8%79.22%-
XYZ15.6811.4457.26-
YUV89.99191.21107.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.63%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=17.63%
G=23.99%
B=58.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61832020.700.5900.21230.6457.0951.57
Hex3D53CA463B015e73934
Octal75123312106730253477164
Binary111101101001111001010100011011101101010111100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,202); }

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

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

 a { background-color: rgb(61,83,202); }

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

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

 span { border-color: rgb(61,83,202); }

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