#383BC5

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

Shades of Free Speech Blue #383BC5

Tints of Free Speech Blue #383BC5

Color information

#383BC5 (or 0x383BC5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3B and C5. RGB value is (56,59,197). Sum of RGB (Red+Green+Blue) = 56+59+197=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #383BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BC5 is #C7C43A. Grayscale: #494949. Windows color (decimal): -13091899 or 12925752. OLE color: 12925752.

HSL color Cylindrical-coordinate representation of color #383BC5: hue angle of 238.72º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #383BC5 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5659197-
CMYK0.720.7000.23
HSL238.72º55.73%49.61%-
HSV(B)238.72º71.57%77.25%-
XYZ13.27853.67-
YUV73.83197.51115.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 197 (77.34% from 255) = 63.14%
R=17.95%
G=18.91%
B=63.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56591970.720.7000.23238.7255.7349.61
Hex383BC54846017ef3832
Octal70733051101060273577062
Binary111000111011110001011001000100011001011111101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,197); }

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

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

 a { background-color: rgb(56,59,197); }

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

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

 span { border-color: rgb(56,59,197); }

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