Html Css Color HEX #0385A6 Eastern Blue

📋 copy color: '#0385A6'

red 3 ◦ green 133 ◦ blue 166

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

Shades of Eastern Blue #0385A6

Tints of Eastern Blue #0385A6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 166 (65.23% from 255) = 54.97%

R = 0.99%
G = 44.04%
B = 54.97%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0385A6 (or 0x0385A6) is known color: Eastern Blue. HEX triplet: 03, 85 and A6. RGB value is (3,133,166). Sum of RGB (Red+Green+Blue) = 3+133+166=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 166 (65.23% from 255 or 54.97% from 302); Max value from RGB is 166 - color contains mainly: blue. Hex color #0385A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0385A6 is #FC7A59. Grayscale: #616161. Windows color (decimal): -16546394 or 10913027. OLE color: 10913027.

HSL color Cylindrical-coordinate representation of color #0385A6: hue angle of 192.15º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0385A6 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 133 166 -
CMYK 0.98 0.20 0 0.35
HSL 192.15º 0.96% 0.33% -
HSV(B) 192.15º 0.98% 0.65% -
XYZ 15.31 19.55 39.04 -
YUV 97.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 3 133 166 0.98 0.20 0 0.35 192.15 0.96 0.33
Hex 3 85 A6 62 14 0 23 C0 60 21
Octal 3 205 246 142 24 0 43 300 140 41
Binary 11 10000101 10100110 1100010 10100 0 100011 11000000 1100000 100001

Color Harmonies of #0385A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385A6

Black with #0385A6

Text Example


Text Example

White with #0385A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0385A6; }

 p { color: rgb(3,133,166); }

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

background-color css

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

 a { background-color: rgb(3,133,166); }

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

border-color css

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

 span { border-color: rgb(3,133,166); }

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