#03868F

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

Shades of Dark Cyan #03868F

Tints of Dark Cyan #03868F

Color information

#03868F (or 0x03868F) is unknown color: approx Dark Cyan. HEX triplet: 03, 86 and 8F. RGB value is (3,134,143). Sum of RGB (Red+Green+Blue) = 3+134+143=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #03868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03868F is #FC7970. Grayscale: #5F5F5F. Windows color (decimal): -16546161 or 9405955. OLE color: 9405955.

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

Color convert

RGB3134143-
CMYK0.980.0600.44
HSL183.86º95.89%28.63%-
HSV(B)183.86º97.9%56.08%-
XYZ13.5219.0528.95-
YUV95.86154.661.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 143 (56.25% from 255) = 51.07%
R=1.07%
G=47.86%
B=51.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31341430.980.0600.44183.8695.8928.63
Hex3868F62602Cb8601d
Octal3206217142605427014035
Binary1110000110100011111100010110010110010111000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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