#385AC5

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

Shades of Free Speech Blue #385AC5

Tints of Free Speech Blue #385AC5

Color information

#385AC5 (or 0x385AC5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5A and C5. RGB value is (56,90,197). Sum of RGB (Red+Green+Blue) = 56+90+197=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #385AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AC5 is #C7A53A. Grayscale: #5B5B5B. Windows color (decimal): -13083963 or 12933688. OLE color: 12933688.

HSL color Cylindrical-coordinate representation of color #385AC5: hue angle of 225.53º 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 #385AC5 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5690197-
CMYK0.720.5400.23
HSL225.53º55.73%49.61%-
HSV(B)225.53º71.57%77.25%-
XYZ15.3712.1854.37-
YUV92.03187.24102.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 197 (77.34% from 255) = 57.43%
R=16.33%
G=26.24%
B=57.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56901970.720.5400.23225.5355.7349.61
Hex385AC54836017e23832
Octal70132305110660273427062
Binary111000101101011000101100100011011001011111100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385AC5; }

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

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

<style>
 a { background-color: #385AC5; }

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

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

<style>
 span { border-color: #385AC5; }

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

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