#03838A

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

Shades of Dark Cyan #03838A

Tints of Dark Cyan #03838A

Color information

#03838A (or 0x03838A) is unknown color: approx Dark Cyan. HEX triplet: 03, 83 and 8A. RGB value is (3,131,138). Sum of RGB (Red+Green+Blue) = 3+131+138=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #03838A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03838A is #FC7C75. Grayscale: #5D5D5D. Windows color (decimal): -16546934 or 9077507. OLE color: 9077507.

HSL color Cylindrical-coordinate representation of color #03838A: hue angle of 183.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03838A is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3131138-
CMYK0.980.0500.46
HSL183.11º95.74%27.65%-
HSV(B)183.11º97.83%54.12%-
XYZ12.7418.0926.86-
YUV93.53153.0963.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=1.10%
G=48.16%
B=50.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31311380.980.0500.46183.1195.7427.65
Hex3838A62502Eb7601c
Octal3203212142505626714034
Binary1110000011100010101100010101010111010110111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03838A; }

 p { color: rgb(3,131,138); }

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

<style>
 a { background-color: #03838A; }

 a { background-color: rgb(3,131,138); }

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

<style>
 span { border-color: #03838A; }

 span { border-color: rgb(3,131,138); }

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