#383FC1

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

Shades of Free Speech Blue #383FC1

Tints of Free Speech Blue #383FC1

Color information

#383FC1 (or 0x383FC1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3F and C1. RGB value is (56,63,193). Sum of RGB (Red+Green+Blue) = 56+63+193=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #383FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FC1 is #C7C03E. Grayscale: #4B4B4B. Windows color (decimal): -13090879 or 12664632. OLE color: 12664632.

HSL color Cylindrical-coordinate representation of color #383FC1: hue angle of 236.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383FC1 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5663193-
CMYK0.710.6700.24
HSL236.93º55.02%48.82%-
HSV(B)236.93º70.98%75.69%-
XYZ13.038.2551.36-
YUV75.73194.18113.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=17.95%
G=20.19%
B=61.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56631930.710.6700.24236.9355.0248.82
Hex383FC14743018ed3731
Octal70773011071030303556761
Binary111000111111110000011000111100001101100011101101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,193); }

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

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

 a { background-color: rgb(56,63,193); }

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

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

 span { border-color: rgb(56,63,193); }

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