Html Css Color HEX #03948D Dark Cyan

📋 copy color: '#03948D'

red 3 ◦ green 148 ◦ blue 141

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

Shades of Dark Cyan #03948D

Tints of Dark Cyan #03948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 1.03%
G = 50.68%
B = 48.29%

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

#03948D (or 0x03948D) is known color: Dark Cyan. HEX triplet: 03, 94 and 8D. RGB value is (3,148,141). Sum of RGB (Red+Green+Blue) = 3+148+141=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #03948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03948D is #FC6B72. Grayscale: #676767. Windows color (decimal): -16542579 or 9278467. OLE color: 9278467.

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

Color convert

RGB 3 148 141 -
CMYK 0.98 0 0.05 0.42
HSL 177.1º 0.96% 0.3% -
HSV(B) 177.1º 0.98% 0.58% -
XYZ 15.44 23.12 28.85 -
YUV 103.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 3 148 141 0.98 0 0.05 0.42 177.1 0.96 0.3
Hex 3 94 8D 62 0 5 2A B1 60 1E
Octal 3 224 215 142 0 5 52 261 140 36
Binary 11 10010100 10001101 1100010 0 101 101010 10110001 1100000 11110

Color Harmonies of #03948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03948D

Black with #03948D

Text Example


Text Example

White with #03948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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