Html Css Color HEX #0382A4 Eastern Blue

📋 copy color: '#0382A4'

red 3 ◦ green 130 ◦ blue 164

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

Shades of Eastern Blue #0382A4

Tints of Eastern Blue #0382A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.22%

R = 1.01%
G = 43.77%
B = 55.22%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0382A4 (or 0x0382A4) is known color: Eastern Blue. HEX triplet: 03, 82 and A4. RGB value is (3,130,164). Sum of RGB (Red+Green+Blue) = 3+130+164=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #0382A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0382A4 is #FC7D5B. Grayscale: #5F5F5F. Windows color (decimal): -16547164 or 10781187. OLE color: 10781187.

HSL color Cylindrical-coordinate representation of color #0382A4: hue angle of 192.67º 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 #0382A4 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 130 164 -
CMYK 0.98 0.21 0 0.36
HSL 192.67º 0.96% 0.33% -
HSV(B) 192.67º 0.98% 0.64% -
XYZ 14.72 18.66 37.95 -
YUV 95.9 166.42 61.74 -
System Red Green Blue C M Y K H S L
Decimal 3 130 164 0.98 0.21 0 0.36 192.67 0.96 0.33
Hex 3 82 A4 62 15 0 24 C1 60 21
Octal 3 202 244 142 25 0 44 301 140 41
Binary 11 10000010 10100100 1100010 10101 0 100100 11000001 1100000 100001

Color Harmonies of #0382A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382A4

Black with #0382A4

Text Example


Text Example

White with #0382A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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