#03858D

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

Shades of Dark Cyan #03858D

Tints of Dark Cyan #03858D

Color information

#03858D (or 0x03858D) is unknown color: approx Dark Cyan. HEX triplet: 03, 85 and 8D. RGB value is (3,133,141). Sum of RGB (Red+Green+Blue) = 3+133+141=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #03858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03858D is #FC7A72. Grayscale: #5E5E5E. Windows color (decimal): -16546419 or 9274627. OLE color: 9274627.

HSL color Cylindrical-coordinate representation of color #03858D: hue angle of 183.48º 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 #03858D is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3133141-
CMYK0.980.0600.45
HSL183.48º95.83%28.24%-
HSV(B)183.48º97.87%55.29%-
XYZ13.2318.7228.11-
YUV95.04153.9362.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=1.08%
G=48.01%
B=50.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31331410.980.0600.45183.4895.8328.24
Hex3858D62602Db7601c
Octal3205215142605526714034
Binary1110000101100011011100010110010110110110111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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