#3C3B6D

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

Shades of Corn Flower Blue #3C3B6D

Tints of Corn Flower Blue #3C3B6D

Color information

#3C3B6D (or 0x3C3B6D) is unknown color: approx Corn Flower Blue. HEX triplet: 3C, 3B and 6D. RGB value is (60,59,109). Sum of RGB (Red+Green+Blue) = 60+59+109=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C3B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B6D is #C3C492. Grayscale: #404040. Windows color (decimal): -12829843 or 7158588. OLE color: 7158588.

HSL color Cylindrical-coordinate representation of color #3C3B6D: hue angle of 241.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C3B6D is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6059109-
CMYK0.450.4600.57
HSL241.2º29.76%32.94%-
HSV(B)241.2º45.87%42.75%-
XYZ6.195.1915.14-
YUV65152.83124.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=26.32%
G=25.88%
B=47.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60591090.450.4600.57241.229.7632.94
Hex3C3B6D2D2E039f11e21
Octal747315555560713613641
Binary111100111011110110110110110111001110011111000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,59,109); }

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

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

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

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

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

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

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