#4338D5

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

Shades of Free Speech Blue #4338D5

Tints of Free Speech Blue #4338D5

Color information

#4338D5 (or 0x4338D5) is unknown color: approx Free Speech Blue. HEX triplet: 43, 38 and D5. RGB value is (67,56,213). Sum of RGB (Red+Green+Blue) = 67+56+213=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #4338D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4338D5 is #BCC72A. Grayscale: #4C4C4C. Windows color (decimal): -12371755 or 13973571. OLE color: 13973571.

HSL color Cylindrical-coordinate representation of color #4338D5: hue angle of 244.2º 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 #4338D5 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6756213-
CMYK0.690.7400.16
HSL244.2º65.15%52.75%-
HSV(B)244.2º73.71%83.53%-
XYZ15.748.8363.82-
YUV77.19204.64120.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 213 (83.59% from 255) = 63.39%
R=19.94%
G=16.67%
B=63.39%

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
Decimal67562130.690.7400.16244.265.1552.75
Hex4338D5454A010f44135
Octal1037032510511202036410165
Binary10000111110001101010110001011001010010000111101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4338D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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