#3850C9

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

Shades of Free Speech Blue #3850C9

Tints of Free Speech Blue #3850C9

Color information

#3850C9 (or 0x3850C9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 50 and C9. RGB value is (56,80,201). Sum of RGB (Red+Green+Blue) = 56+80+201=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #3850C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3850C9 is #C7AF36. Grayscale: #565656. Windows color (decimal): -13086519 or 13193272. OLE color: 13193272.

HSL color Cylindrical-coordinate representation of color #3850C9: hue angle of 230.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3850C9 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5680201-
CMYK0.720.6000.21
HSL230.07º57.31%50.39%-
HSV(B)230.07º72.14%78.82%-
XYZ15.0410.856.55-
YUV86.62192.55106.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 201 (78.91% from 255) = 59.64%
R=16.62%
G=23.74%
B=59.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56802010.720.6000.21230.0757.3150.39
Hex3850C9483C015e63932
Octal70120311110740253467162
Binary111000101000011001001100100011110001010111100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3850C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3850C9; }

 p { color: rgb(56,80,201); }

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

<style>
 a { background-color: #3850C9; }

 a { background-color: rgb(56,80,201); }

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

<style>
 span { border-color: #3850C9; }

 span { border-color: rgb(56,80,201); }

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