#0398A4

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

Shades of Eastern Blue #0398A4

Tints of Eastern Blue #0398A4

Color information

#0398A4 (or 0x0398A4) is unknown color: approx Eastern Blue. HEX triplet: 03, 98 and A4. RGB value is (3,152,164). Sum of RGB (Red+Green+Blue) = 3+152+164=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #0398A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0398A4 is #FC675B. Grayscale: #6C6C6C. Windows color (decimal): -16541532 or 10786819. OLE color: 10786819.

HSL color Cylindrical-coordinate representation of color #0398A4: hue angle of 184.47º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0398A4 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3152164-
CMYK0.980.0700.36
HSL184.47º96.41%32.75%-
HSV(B)184.47º98.17%64.31%-
XYZ17.9725.1639.03-
YUV108.82159.1452.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 164 (64.45% from 255) = 51.41%
R=0.94%
G=47.65%
B=51.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31521640.980.0700.36184.4796.4132.75
Hex398A4627024b86021
Octal3230244142704427014041
Binary11100110001010010011000101110100100101110001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0398A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0398A4; }

 p { color: rgb(3,152,164); }

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

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

 a { background-color: rgb(3,152,164); }

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

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

 span { border-color: rgb(3,152,164); }

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