#03929E

Color #03929E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #03929E

Tints of Eastern Blue #03929E

Color information

#03929E (or 0x03929E) is unknown color: approx Eastern Blue. HEX triplet: 03, 92 and 9E. RGB value is (3,146,158). Sum of RGB (Red+Green+Blue) = 3+146+158=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #03929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03929E is #FC6D61. Grayscale: #686868. Windows color (decimal): -16543074 or 10392067. OLE color: 10392067.

HSL color Cylindrical-coordinate representation of color #03929E: hue angle of 184.65º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03929E is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3146158-
CMYK0.980.0800.38
HSL184.65º96.27%31.57%-
HSV(B)184.65º98.1%61.96%-
XYZ16.4923.0535.93-
YUV104.61158.1255.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=0.98%
G=47.56%
B=51.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31461580.980.0800.38184.6596.2731.57
Hex3929E628026b96020
Octal32222361421004627114040
Binary111001001010011110110001010000100110101110011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03929E; }

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

 H1.HeaderClassName
 {
   color: #03929E;
 }
 .AnyTagClassName
 {
   color: #03929E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #03929E;
 }
 .BgClassName
 {
   background-color: #03929E;
 }
</style>
border-color css

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

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

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