#3C62BE

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

Shades of Free Speech Blue #3C62BE

Tints of Free Speech Blue #3C62BE

Color information

#3C62BE (or 0x3C62BE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 62 and BE. RGB value is (60,98,190). Sum of RGB (Red+Green+Blue) = 60+98+190=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C62BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C62BE is #C39D41. Grayscale: #606060. Windows color (decimal): -12819778 or 12476988. OLE color: 12476988.

HSL color Cylindrical-coordinate representation of color #3C62BE: hue angle of 222.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C62BE is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6098190-
CMYK0.680.4800.25
HSL222.46º52%49.02%-
HSV(B)222.46º68.42%74.51%-
XYZ15.5313.4150.49-
YUV97.13180.41101.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.24%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=17.24%
G=28.16%
B=54.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60981900.680.4800.25222.465249.02
Hex3C62BE4430019de3431
Octal74142276104600313366461
Binary111100110001010111110100010011000001100111011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,190); }

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

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

 a { background-color: rgb(60,98,190); }

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

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

 span { border-color: rgb(60,98,190); }

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