#4255CC

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

Shades of Free Speech Blue #4255CC

Tints of Free Speech Blue #4255CC

Color information

#4255CC (or 0x4255CC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 55 and CC. RGB value is (66,85,204). Sum of RGB (Red+Green+Blue) = 66+85+204=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #4255CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255CC is #BDAA33. Grayscale: #5C5C5C. Windows color (decimal): -12429876 or 13391170. OLE color: 13391170.

HSL color Cylindrical-coordinate representation of color #4255CC: hue angle of 231.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4255CC is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6685204-
CMYK0.680.5800.2
HSL231.74º57.5%52.94%-
HSV(B)231.74º67.65%80%-
XYZ16.3912.0158.58-
YUV92.88190.71108.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=18.59%
G=23.94%
B=57.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66852040.680.5800.2231.7457.552.94
Hex4255CC443A014e83a35
Octal102125314104720243507265
Binary1000010101010111001100100010011101001010011101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4255CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4255CC; }

 p { color: rgb(66,85,204); }

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

<style>
 a { background-color: #4255CC; }

 a { background-color: rgb(66,85,204); }

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

<style>
 span { border-color: #4255CC; }

 span { border-color: rgb(66,85,204); }

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