#3742cd

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

Shades of Free Speech Blue #3742CD

Tints of Free Speech Blue #3742CD

Color information

#3742CD (or 0x3742CD) is unknown color: approx Free Speech Blue. HEX triplet: 37, 42 and CD. RGB value is (55,66,205). Sum of RGB (Red+Green+Blue) = 55+66+205=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #3742CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742CD is #C8BD32. Grayscale: #4D4D4D. Windows color (decimal): -13155635 or 13451831. OLE color: 13451831.

HSL color Cylindrical-coordinate representation of color #3742CD: hue angle of 235.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3742CD is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5566205-
CMYK0.730.6800.20
HSL235.6º60%50.98%-
HSV(B)235.6º73.17%80.39%-
XYZ14.549.1258.75-
YUV78.56199.36111.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 205 (80.47% from 255) = 62.88%
R=16.87%
G=20.25%
B=62.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55662050.730.6800.20235.66050.98
Hex3742CD4944014ec3c33
Octal671023151111040243547463
Binary1101111000010110011011001001100010001010011101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3742cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3742cd; }

 p { color: rgb(55,66,205); }

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

<style>
 a { background-color: #3742cd; }

 a { background-color: rgb(55,66,205); }

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

<style>
 span { border-color: #3742cd; }

 span { border-color: rgb(55,66,205); }

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