#323CDB

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

Shades of Free Speech Blue #323CDB

Tints of Free Speech Blue #323CDB

Color information

#323CDB (or 0x323CDB) is unknown color: approx Free Speech Blue. HEX triplet: 32, 3C and DB. RGB value is (50,60,219). Sum of RGB (Red+Green+Blue) = 50+60+219=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #323CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CDB is #CDC324. Grayscale: #4A4A4A. Windows color (decimal): -13484837 or 14367794. OLE color: 14367794.

HSL color Cylindrical-coordinate representation of color #323CDB: hue angle of 236.45º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323CDB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5060219-
CMYK0.770.7300.14
HSL236.45º70.12%52.75%-
HSV(B)236.45º77.17%85.88%-
XYZ15.729.0267.93-
YUV75.14209.19110.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 219 (85.94% from 255) = 66.57%
R=15.20%
G=18.24%
B=66.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal50602190.770.7300.14236.4570.1252.75
Hex323CDB4D490Eec4635
Octal627433311511101635410665
Binary110010111100110110111001101100100101110111011001000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323CDB; }

 p { color: rgb(50,60,219); }

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

<style>
 a { background-color: #323CDB; }

 a { background-color: rgb(50,60,219); }

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

<style>
 span { border-color: #323CDB; }

 span { border-color: rgb(50,60,219); }

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