Html Css Color HEX #03828C Dark Cyan

📋 copy color: '#03828C'

red 3 ◦ green 130 ◦ blue 140

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

Shades of Dark Cyan #03828C

Tints of Dark Cyan #03828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

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

R = 1.1%
G = 47.62%
B = 51.28%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03828C (or 0x03828C) is known color: Dark Cyan. HEX triplet: 03, 82 and 8C. RGB value is (3,130,140). Sum of RGB (Red+Green+Blue) = 3+130+140=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #03828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03828C is #FC7D73. Grayscale: #5D5D5D. Windows color (decimal): -16547188 or 9208323. OLE color: 9208323.

HSL color Cylindrical-coordinate representation of color #03828C: hue angle of 184.38º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03828C is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 130 140 -
CMYK 0.98 0.07 0 0.45
HSL 184.38º 0.96% 0.28% -
HSV(B) 184.38º 0.98% 0.55% -
XYZ 12.75 17.88 27.59 -
YUV 93.17 154.42 63.69 -
System Red Green Blue C M Y K H S L
Decimal 3 130 140 0.98 0.07 0 0.45 184.38 0.96 0.28
Hex 3 82 8C 62 7 0 2D B8 60 1C
Octal 3 202 214 142 7 0 55 270 140 34
Binary 11 10000010 10001100 1100010 111 0 101101 10111000 1100000 11100

Color Harmonies of #03828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03828C

Black with #03828C

Text Example


Text Example

White with #03828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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