Html Css Color HEX #0390A0 Eastern Blue

📋 copy color: '#0390A0'

red 3 ◦ green 144 ◦ blue 160

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

Shades of Eastern Blue #0390A0

Tints of Eastern Blue #0390A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

 BLUE value IS 160 (62.89% from 255) = 52.12%

R = 0.98%
G = 46.91%
B = 52.12%

CMYK

 C value IS 0.98

 M value IS 0.1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0390A0 (or 0x0390A0) is known color: Eastern Blue. HEX triplet: 03, 90 and A0. RGB value is (3,144,160). Sum of RGB (Red+Green+Blue) = 3+144+160=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #0390A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0390A0 is #FC6F5F. Grayscale: #676767. Windows color (decimal): -16543584 or 10522627. OLE color: 10522627.

HSL color Cylindrical-coordinate representation of color #0390A0: hue angle of 186.11º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0390A0 is Cyan = 0.98, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 144 160 -
CMYK 0.98 0.1 0 0.37
HSL 186.11º 0.96% 0.32% -
HSV(B) 186.11º 0.98% 0.63% -
XYZ 16.36 22.5 36.74 -
YUV 103.67 159.79 56.2 -
System Red Green Blue C M Y K H S L
Decimal 3 144 160 0.98 0.1 0 0.37 186.11 0.96 0.32
Hex 3 90 A0 62 A 0 25 BA 60 20
Octal 3 220 240 142 12 0 45 272 140 40
Binary 11 10010000 10100000 1100010 1010 0 100101 10111010 1100000 100000

Color Harmonies of #0390A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0390A0

Black with #0390A0

Text Example


Text Example

White with #0390A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0390A0; }

 p { color: rgb(3,144,160); }

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

background-color css

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

 a { background-color: rgb(3,144,160); }

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

border-color css

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

 span { border-color: rgb(3,144,160); }

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