#415CB3

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

Shades of Free Speech Blue #415CB3

Tints of Free Speech Blue #415CB3

Color information

#415CB3 (or 0x415CB3) is unknown color: approx Free Speech Blue. HEX triplet: 41, 5C and B3. RGB value is (65,92,179). Sum of RGB (Red+Green+Blue) = 65+92+179=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #415CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CB3 is #BEA34C. Grayscale: #5D5D5D. Windows color (decimal): -12493645 or 11754561. OLE color: 11754561.

HSL color Cylindrical-coordinate representation of color #415CB3: hue angle of 225.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #415CB3 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6592179-
CMYK0.640.4900.30
HSL225.79º46.72%47.84%-
HSV(B)225.79º63.69%70.2%-
XYZ14.1412.0344.22-
YUV93.84176.05107.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=19.35%
G=27.38%
B=53.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65921790.640.4900.30225.7946.7247.84
Hex415CB3403101Ee22f30
Octal101134263100610363425760
Binary1000001101110010110011100000011000101111011100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415CB3; }

 p { color: rgb(65,92,179); }

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

<style>
 a { background-color: #415CB3; }

 a { background-color: rgb(65,92,179); }

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

<style>
 span { border-color: #415CB3; }

 span { border-color: rgb(65,92,179); }

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