#03828D

Color #03828D Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #03828D

Tints of Dark Cyan #03828D

Color information

#03828D (or 0x03828D) is unknown color: approx Dark Cyan. HEX triplet: 03, 82 and 8D. RGB value is (3,130,141). Sum of RGB (Red+Green+Blue) = 3+130+141=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #03828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03828D is #FC7D72. Grayscale: #5D5D5D. Windows color (decimal): -16547187 or 9273859. OLE color: 9273859.

HSL color Cylindrical-coordinate representation of color #03828D: hue angle of 184.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03828D is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3130141-
CMYK0.980.0800.45
HSL184.78º95.83%28.24%-
HSV(B)184.78º97.87%55.29%-
XYZ12.8317.9127.98-
YUV93.28154.9263.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=1.09%
G=47.45%
B=51.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31301410.980.0800.45184.7895.8328.24
Hex3828D62802Db9601c
Octal32022151421005527114034
Binary11100000101000110111000101000010110110111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03828D; }

 p { color: rgb(3,130,141); }

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

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

 a { background-color: rgb(3,130,141); }

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

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

 span { border-color: rgb(3,130,141); }

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