#03583E

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

Shades of Jewel #03583E

Tints of Jewel #03583E

Color information

#03583E (or 0x03583E) is unknown color: approx Jewel. HEX triplet: 03, 58 and 3E. RGB value is (3,88,62). Sum of RGB (Red+Green+Blue) = 3+88+62=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #03583E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03583E is #FCA7C1. Grayscale: #3B3B3B. Windows color (decimal): -16558018 or 4085763. OLE color: 4085763.

HSL color Cylindrical-coordinate representation of color #03583E: hue angle of 161.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03583E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB38862-
CMYK0.9700.300.65
HSL161.65º93.41%17.84%-
HSV(B)161.65º96.59%34.51%-
XYZ4.47.355.74-
YUV59.62129.3487.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=1.96%
G=57.52%
B=40.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388620.9700.300.65161.6593.4117.84
Hex3583E6101E41a25d12
Octal31307614103610124213522
Binary1110110001111101100001011110100000110100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03583E; }

 p { color: rgb(3,88,62); }

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

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

 a { background-color: rgb(3,88,62); }

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

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

 span { border-color: rgb(3,88,62); }

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