#3b35c4

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

Shades of Free Speech Blue #3B35C4

Tints of Free Speech Blue #3B35C4

Color information

#3B35C4 (or 0x3B35C4) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 35 and C4. RGB value is (59,53,196). Sum of RGB (Red+Green+Blue) = 59+53+196=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #3B35C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B35C4 is #C4CA3B. Grayscale: #464646. Windows color (decimal): -12896828 or 12858683. OLE color: 12858683.

HSL color Cylindrical-coordinate representation of color #3B35C4: hue angle of 242.52º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B35C4 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5953196-
CMYK0.700.7300.23
HSL242.52º57.43%48.82%-
HSV(B)242.52º72.96%76.86%-
XYZ13.047.4652.98-
YUV71.1198.49119.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 196 (76.95% from 255) = 63.64%
R=19.16%
G=17.21%
B=63.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal59531960.700.7300.23242.5257.4348.82
Hex3B35C44649017f33931
Octal73653041061110273637161
Binary111011110101110001001000110100100101011111110011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b35c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b35c4; }

 p { color: rgb(59,53,196); }

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

<style>
 a { background-color: #3b35c4; }

 a { background-color: rgb(59,53,196); }

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

<style>
 span { border-color: #3b35c4; }

 span { border-color: rgb(59,53,196); }

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