#383AC8

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

Shades of Free Speech Blue #383AC8

Tints of Free Speech Blue #383AC8

Color information

#383AC8 (or 0x383AC8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3A and C8. RGB value is (56,58,200). Sum of RGB (Red+Green+Blue) = 56+58+200=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #383AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383AC8 is #C7C537. Grayscale: #494949. Windows color (decimal): -13092152 or 13122104. OLE color: 13122104.

HSL color Cylindrical-coordinate representation of color #383AC8: hue angle of 239.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #383AC8 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5658200-
CMYK0.720.7100.22
HSL239.17º56.69%50.2%-
HSV(B)239.17º72%78.43%-
XYZ13.578.0455.48-
YUV73.59199.34115.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 200 (78.52% from 255) = 63.69%
R=17.83%
G=18.47%
B=63.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56582000.720.7100.22239.1756.6950.2
Hex383AC84847016ef3932
Octal70723101101070263577162
Binary111000111010110010001001000100011101011011101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383AC8; }

 p { color: rgb(56,58,200); }

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

<style>
 a { background-color: #383AC8; }

 a { background-color: rgb(56,58,200); }

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

<style>
 span { border-color: #383AC8; }

 span { border-color: rgb(56,58,200); }

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