Html Css Color HEX #034001 Myrtle

📋 copy color: '#034001'

red 3 ◦ green 64 ◦ blue 1

#034001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #034001

Tints of Myrtle #034001

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 value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#034001 (or 0x034001) is known color: 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

RGB 3 64 1 -
CMYK 0.95 0 0.98 0.75
HSL 118.1º 0.97% 0.13% -
HSV(B) 118.1º 0.98% 0.25% -
XYZ 1.88 3.69 0.64 -
YUV 38.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 3 64 1 0.95 0 0.98 0.75 118.1 0.97 0.13
Hex 3 40 1 5F 0 62 4B 76 61 D
Octal 3 100 1 137 0 142 113 166 141 15
Binary 11 1000000 1 1011111 0 1100010 1001011 1110110 1100001 1101

Color Harmonies of #034001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034001

Black with #034001

Text Example


Text Example

White with #034001

Text Example


Text Example

HTML Codes & Css Web 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>