Html Css Color HEX #038892 Dark Cyan

📋 copy color: '#038892'

red 3 ◦ green 136 ◦ blue 146

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

Shades of Dark Cyan #038892

Tints of Dark Cyan #038892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.72%

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 1.05%
G = 47.72%
B = 51.23%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#038892 (or 0x038892) is known color: Dark Cyan. HEX triplet: 03, 88 and 92. RGB value is (3,136,146). Sum of RGB (Red+Green+Blue) = 3+136+146=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #038892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038892 is #FC776D. Grayscale: #616161. Windows color (decimal): -16545646 or 9603075. OLE color: 9603075.

HSL color Cylindrical-coordinate representation of color #038892: hue angle of 184.2º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038892 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 136 146 -
CMYK 0.98 0.07 0 0.43
HSL 184.2º 0.96% 0.29% -
HSV(B) 184.2º 0.98% 0.57% -
XYZ 14.03 19.7 30.26 -
YUV 97.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 3 136 146 0.98 0.07 0 0.43 184.2 0.96 0.29
Hex 3 88 92 62 7 0 2B B8 60 1D
Octal 3 210 222 142 7 0 53 270 140 35
Binary 11 10001000 10010010 1100010 111 0 101011 10111000 1100000 11101

Color Harmonies of #038892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038892

Black with #038892

Text Example


Text Example

White with #038892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038892; }

 p { color: rgb(3,136,146); }

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

background-color css

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

 a { background-color: rgb(3,136,146); }

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

border-color css

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

 span { border-color: rgb(3,136,146); }

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