#03948A

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

Shades of Dark Cyan #03948A

Tints of Dark Cyan #03948A

Color information

#03948A (or 0x03948A) is unknown color: approx Dark Cyan. HEX triplet: 03, 94 and 8A. RGB value is (3,148,138). Sum of RGB (Red+Green+Blue) = 3+148+138=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #03948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03948A is #FC6B75. Grayscale: #676767. Windows color (decimal): -16542582 or 9081859. OLE color: 9081859.

HSL color Cylindrical-coordinate representation of color #03948A: hue angle of 175.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03948A is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB3148138-
CMYK0.9800.070.42
HSL175.86º96.03%29.61%-
HSV(B)175.86º97.97%58.04%-
XYZ15.2123.0327.69-
YUV103.5147.4656.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=1.04%
G=51.21%
B=47.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31481380.9800.070.42175.8696.0329.61
Hex3948A62072Ab0601e
Octal3224212142075226014036
Binary1110010100100010101100010011110101010110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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