#3E44CA

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

Shades of Free Speech Blue #3E44CA

Tints of Free Speech Blue #3E44CA

Color information

#3E44CA (or 0x3E44CA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 44 and CA. RGB value is (62,68,202). Sum of RGB (Red+Green+Blue) = 62+68+202=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E44CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E44CA is #C1BB35. Grayscale: #505050. Windows color (decimal): -12696374 or 13255742. OLE color: 13255742.

HSL color Cylindrical-coordinate representation of color #3E44CA: hue angle of 237.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E44CA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6268202-
CMYK0.690.6600.21
HSL237.43º56.91%51.76%-
HSV(B)237.43º69.31%79.22%-
XYZ14.719.4256.92-
YUV81.48196.01114.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.67%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=18.67%
G=20.48%
B=60.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal62682020.690.6600.21237.4356.9151.76
Hex3E44CA4542015ed3934
Octal761043121051020253557164
Binary1111101000100110010101000101100001001010111101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E44CA; }

 p { color: rgb(62,68,202); }

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

<style>
 a { background-color: #3E44CA; }

 a { background-color: rgb(62,68,202); }

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

<style>
 span { border-color: #3E44CA; }

 span { border-color: rgb(62,68,202); }

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