#3C3C6B

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

Shades of Corn Flower Blue #3C3C6B

Tints of Corn Flower Blue #3C3C6B

Color information

#3C3C6B (or 0x3C3C6B) is unknown color: approx Corn Flower Blue. HEX triplet: 3C, 3C and 6B. RGB value is (60,60,107). Sum of RGB (Red+Green+Blue) = 60+60+107=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C3C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3C6B is #C3C394. Grayscale: #414141. Windows color (decimal): -12829589 or 7027772. OLE color: 7027772.

HSL color Cylindrical-coordinate representation of color #3C3C6B: hue angle of 240º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3C6B is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6060107-
CMYK0.440.4400.58
HSL240º28.14%32.75%-
HSV(B)240º43.93%41.96%-
XYZ6.135.2514.6-
YUV65.36151.5124.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=26.43%
G=26.43%
B=47.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60601070.440.4400.5824028.1432.75
Hex3C3C6B2C2C03Af01c21
Octal747415354540723603441
Binary111100111100110101110110010110001110101111000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,60,107); }

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

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

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

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

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

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

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