#03948B

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

Shades of Dark Cyan #03948B

Tints of Dark Cyan #03948B

Color information

#03948B (or 0x03948B) is unknown color: approx Dark Cyan. HEX triplet: 03, 94 and 8B. RGB value is (3,148,139). Sum of RGB (Red+Green+Blue) = 3+148+139=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #03948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03948B is #FC6B74. Grayscale: #676767. Windows color (decimal): -16542581 or 9147395. OLE color: 9147395.

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

Color convert

RGB3148139-
CMYK0.9800.060.42
HSL176.28º96.03%29.61%-
HSV(B)176.28º97.97%58.04%-
XYZ15.2923.0628.07-
YUV103.62147.9656.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=1.03%
G=51.03%
B=47.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31481390.9800.060.42176.2896.0329.61
Hex3948B62062Ab0601e
Octal3224213142065226014036
Binary1110010100100010111100010011010101010110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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