#3C38C9

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

Shades of Free Speech Blue #3C38C9

Tints of Free Speech Blue #3C38C9

Color information

#3C38C9 (or 0x3C38C9) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 38 and C9. RGB value is (60,56,201). Sum of RGB (Red+Green+Blue) = 60+56+201=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C38C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38C9 is #C3C736. Grayscale: #494949. Windows color (decimal): -12830519 or 13187132. OLE color: 13187132.

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

Color convert

RGB6056201-
CMYK0.700.7200.21
HSL241.66º57.31%50.39%-
HSV(B)241.66º72.14%78.82%-
XYZ13.828.0156.08-
YUV73.73199.83118.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 201 (78.91% from 255) = 63.41%
R=18.93%
G=17.67%
B=63.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60562010.700.7200.21241.6657.3150.39
Hex3C38C94648015f23932
Octal74703111061100253627162
Binary111100111000110010011000110100100001010111110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,201); }

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

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

 a { background-color: rgb(60,56,201); }

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

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

 span { border-color: rgb(60,56,201); }

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