#383CD7

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

Shades of Free Speech Blue #383CD7

Tints of Free Speech Blue #383CD7

Color information

#383CD7 (or 0x383CD7) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3C and D7. RGB value is (56,60,215). Sum of RGB (Red+Green+Blue) = 56+60+215=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #383CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CD7 is #C7C328. Grayscale: #4B4B4B. Windows color (decimal): -13091625 or 14105656. OLE color: 14105656.

HSL color Cylindrical-coordinate representation of color #383CD7: hue angle of 238.49º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #383CD7 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5660215-
CMYK0.740.7200.16
HSL238.49º66.53%53.14%-
HSV(B)238.49º73.95%84.31%-
XYZ15.518.9865.21-
YUV76.47206.17113.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 215 (84.38% from 255) = 64.95%
R=16.92%
G=18.13%
B=64.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56602150.740.7200.16238.4966.5353.14
Hex383CD74A48010ee4335
Octal707432711211002035610365
Binary1110001111001101011110010101001000010000111011101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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