#413CBC

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

Shades of Free Speech Blue #413CBC

Tints of Free Speech Blue #413CBC

Color information

#413CBC (or 0x413CBC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3C and BC. RGB value is (65,60,188). Sum of RGB (Red+Green+Blue) = 65+60+188=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #413CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CBC is #BEC343. Grayscale: #4B4B4B. Windows color (decimal): -12501828 or 12336193. OLE color: 12336193.

HSL color Cylindrical-coordinate representation of color #413CBC: hue angle of 242.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413CBC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6560188-
CMYK0.650.6800.26
HSL242.34º51.61%48.63%-
HSV(B)242.34º68.09%73.73%-
XYZ12.877.9948.44-
YUV76.09191.16120.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=20.77%
G=19.17%
B=60.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65601880.650.6800.26242.3451.6148.63
Hex413CBC414401Af23431
Octal101742741011040323626461
Binary1000001111100101111001000001100010001101011110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413CBC; }

 p { color: rgb(65,60,188); }

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

<style>
 a { background-color: #413CBC; }

 a { background-color: rgb(65,60,188); }

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

<style>
 span { border-color: #413CBC; }

 span { border-color: rgb(65,60,188); }

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