#4238DA

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

Shades of Free Speech Blue #4238DA

Tints of Free Speech Blue #4238DA

Color information

#4238DA (or 0x4238DA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 38 and DA. RGB value is (66,56,218). Sum of RGB (Red+Green+Blue) = 66+56+218=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #4238DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4238DA is #BDC725. Grayscale: #4C4C4C. Windows color (decimal): -12437286 or 14301250. OLE color: 14301250.

HSL color Cylindrical-coordinate representation of color #4238DA: hue angle of 243.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4238DA is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6656218-
CMYK0.700.7400.15
HSL243.7º68.64%53.73%-
HSV(B)243.7º74.31%85.49%-
XYZ16.329.0567.22-
YUV77.46207.31119.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 218 (85.55% from 255) = 64.12%
R=19.41%
G=16.47%
B=64.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66562180.700.7400.15243.768.6453.73
Hex4238DA464A0Ff44536
Octal1027033210611201736410566
Binary1000010111000110110101000110100101001111111101001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4238DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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