#3B3C6E

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

Shades of Corn Flower Blue #3B3C6E

Tints of Corn Flower Blue #3B3C6E

Color information

#3B3C6E (or 0x3B3C6E) is unknown color: approx Corn Flower Blue. HEX triplet: 3B, 3C and 6E. RGB value is (59,60,110). Sum of RGB (Red+Green+Blue) = 59+60+110=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B3C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3C6E is #C4C391. Grayscale: #414141. Windows color (decimal): -12895122 or 7224379. OLE color: 7224379.

HSL color Cylindrical-coordinate representation of color #3B3C6E: hue angle of 238.82º 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 #3B3C6E is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5960110-
CMYK0.460.4500.57
HSL238.82º30.18%33.14%-
HSV(B)238.82º46.36%43.14%-
XYZ6.235.2915.44-
YUV65.4153.17123.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=25.76%
G=26.20%
B=48.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59601100.460.4500.57238.8230.1833.14
Hex3B3C6E2E2D039ef1e21
Octal737415656550713573641
Binary111011111100110111010111010110101110011110111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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