#034001

Color #034001 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #034001

Tints of Myrtle #034001

Color information

#034001 (or 0x034001) is unknown color: approx Myrtle. HEX triplet: 03, 40 and 01. RGB value is (3,64,1). Sum of RGB (Red+Green+Blue) = 3+64+1=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 64 (25.39% from 255 or 94.12% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 64 - color contains mainly: green. Hex color #034001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034001 is #FCBFFE. Grayscale: #262626. Windows color (decimal): -16564223 or 81923. OLE color: 81923.

HSL color Cylindrical-coordinate representation of color #034001: hue angle of 118.1º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034001 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB3641-
CMYK0.9500.980.75
HSL118.1º96.92%12.75%-
HSV(B)118.1º98.44%25.1%-
XYZ1.883.690.64-
YUV38.58106.79102.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 64 (25.39% from 255) = 94.12%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=4.41%
G=94.12%
B=1.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal36410.9500.980.75118.196.9212.75
Hex34015F0624B7661d
Octal31001137014211316614115
Binary11100000011011111011000101001011111011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034001; }

 p { color: rgb(3,64,1); }

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

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

 a { background-color: rgb(3,64,1); }

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

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

 span { border-color: rgb(3,64,1); }

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