#3E3870

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

Shades of Corn Flower Blue #3E3870

Tints of Corn Flower Blue #3E3870

Color information

#3E3870 (or 0x3E3870) is unknown color: approx Corn Flower Blue. HEX triplet: 3E, 38 and 70. RGB value is (62,56,112). Sum of RGB (Red+Green+Blue) = 62+56+112=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E3870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3870 is #C1C78F. Grayscale: #3F3F3F. Windows color (decimal): -12699536 or 7354430. OLE color: 7354430.

HSL color Cylindrical-coordinate representation of color #3E3870: hue angle of 246.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3870 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6256112-
CMYK0.450.5000.56
HSL246.43º33.33%32.94%-
HSV(B)246.43º50%43.92%-
XYZ6.335.0215.97-
YUV64.18154.99126.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=26.96%
G=24.35%
B=48.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62561120.450.5000.56246.4333.3332.94
Hex3E38702D32038f62121
Octal767016055620703664141
Binary1111101110001110000101101110010011100011110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,112); }

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

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

 a { background-color: rgb(62,56,112); }

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

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

 span { border-color: rgb(62,56,112); }

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