#4238D5

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

Shades of Free Speech Blue #4238D5

Tints of Free Speech Blue #4238D5

Color information

#4238D5 (or 0x4238D5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 38 and D5. RGB value is (66,56,213). Sum of RGB (Red+Green+Blue) = 66+56+213=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #4238D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4238D5 is #BDC72A. Grayscale: #4C4C4C. Windows color (decimal): -12437291 or 13973570. OLE color: 13973570.

HSL color Cylindrical-coordinate representation of color #4238D5: hue angle of 243.82º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4238D5 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6656213-
CMYK0.690.7400.16
HSL243.82º65.15%52.75%-
HSV(B)243.82º73.71%83.53%-
XYZ15.678.7963.82-
YUV76.89204.81120.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 213 (83.59% from 255) = 63.58%
R=19.70%
G=16.72%
B=63.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66562130.690.7400.16243.8265.1552.75
Hex4238D5454A010f44135
Octal1027032510511202036410165
Binary10000101110001101010110001011001010010000111101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4238D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4238D5; }

 p { color: rgb(66,56,213); }

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

<style>
 a { background-color: #4238D5; }

 a { background-color: rgb(66,56,213); }

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

<style>
 span { border-color: #4238D5; }

 span { border-color: rgb(66,56,213); }

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