#03858F

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

Shades of Dark Cyan #03858F

Tints of Dark Cyan #03858F

Color information

#03858F (or 0x03858F) is unknown color: approx Dark Cyan. HEX triplet: 03, 85 and 8F. RGB value is (3,133,143). Sum of RGB (Red+Green+Blue) = 3+133+143=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #03858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03858F is #FC7A70. Grayscale: #5F5F5F. Windows color (decimal): -16546417 or 9405699. OLE color: 9405699.

HSL color Cylindrical-coordinate representation of color #03858F: hue angle of 184.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03858F is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3133143-
CMYK0.980.0700.44
HSL184.29º95.89%28.63%-
HSV(B)184.29º97.9%56.08%-
XYZ13.3818.7828.91-
YUV95.27154.9362.19-

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) = 47.67%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=1.08%
G=47.67%
B=51.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31331430.980.0700.44184.2995.8928.63
Hex3858F62702Cb8601d
Octal3205217142705427014035
Binary1110000101100011111100010111010110010111000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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