Html Css Color HEX #03948B Dark Cyan

📋 copy color: '#03948B'

red 3 ◦ green 148 ◦ blue 139

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

Shades of Dark Cyan #03948B

Tints of Dark Cyan #03948B

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#03948B (or 0x03948B) is known color: 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

RGB 3 148 139 -
CMYK 0.98 0 0.06 0.42
HSL 176.28º 0.96% 0.3% -
HSV(B) 176.28º 0.98% 0.58% -
XYZ 15.29 23.06 28.07 -
YUV 103.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 3 148 139 0.98 0 0.06 0.42 176.28 0.96 0.3
Hex 3 94 8B 62 0 6 2A B0 60 1E
Octal 3 224 213 142 0 6 52 260 140 36
Binary 11 10010100 10001011 1100010 0 110 101010 10110000 1100000 11110

Color Harmonies of #03948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03948B

Black with #03948B

Text Example


Text Example

White with #03948B

Text Example


Text Example

HTML Codes & Css Web 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>