Html Css Color HEX #03948C Dark Cyan

📋 copy color: '#03948C'

red 3 ◦ green 148 ◦ blue 140

#03948C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #03948C

Tints of Dark Cyan #03948C

RGB

 RED value IS 3 (1.56% from 255) = 1.03%

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 140 (55.08% from 255) = 48.11%

R = 1.03%
G = 50.86%
B = 48.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#03948C (or 0x03948C) is known color: Dark Cyan. HEX triplet: 03, 94 and 8C. RGB value is (3,148,140). Sum of RGB (Red+Green+Blue) = 3+148+140=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #03948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03948C is #FC6B73. Grayscale: #676767. Windows color (decimal): -16542580 or 9212931. OLE color: 9212931.

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

Color convert

RGB 3 148 140 -
CMYK 0.98 0 0.05 0.42
HSL 176.69º 0.96% 0.3% -
HSV(B) 176.69º 0.98% 0.58% -
XYZ 15.36 23.09 28.46 -
YUV 103.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 3 148 140 0.98 0 0.05 0.42 176.69 0.96 0.3
Hex 3 94 8C 62 0 5 2A B1 60 1E
Octal 3 224 214 142 0 5 52 261 140 36
Binary 11 10010100 10001100 1100010 0 101 101010 10110001 1100000 11110

Color Harmonies of #03948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03948C

Black with #03948C

Text Example


Text Example

White with #03948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03948C;
 }
 .AnyTagClassName
 {
   color: #03948C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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