Html Css Color HEX #0389D1 Pacific Blue

📋 copy color: '#0389D1'

red 3 ◦ green 137 ◦ blue 209

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

Shades of Pacific Blue #0389D1

Tints of Pacific Blue #0389D1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

 BLUE value IS 209 (82.03% from 255) = 59.89%

R = 0.86%
G = 39.26%
B = 59.89%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0389D1 (or 0x0389D1) is known color: Pacific Blue. HEX triplet: 03, 89 and D1. RGB value is (3,137,209). Sum of RGB (Red+Green+Blue) = 3+137+209=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #0389D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0389D1 is #FC762E. Grayscale: #686868. Windows color (decimal): -16545327 or 13732099. OLE color: 13732099.

HSL color Cylindrical-coordinate representation of color #0389D1: hue angle of 200.97º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389D1 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 137 209 -
CMYK 0.99 0.34 0 0.18
HSL 200.97º 0.97% 0.42% -
HSV(B) 200.97º 0.99% 0.82% -
XYZ 20.49 22.51 63.59 -
YUV 105.14 186.61 55.15 -
System Red Green Blue C M Y K H S L
Decimal 3 137 209 0.99 0.34 0 0.18 200.97 0.97 0.42
Hex 3 89 D1 63 22 0 12 C9 61 2A
Octal 3 211 321 143 42 0 22 311 141 52
Binary 11 10001001 11010001 1100011 100010 0 10010 11001001 1100001 101010

Color Harmonies of #0389D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389D1

Black with #0389D1

Text Example


Text Example

White with #0389D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0389D1; }

 p { color: rgb(3,137,209); }

 H1.HeaderClassName
 {
   color: #0389D1;
 }
 .AnyTagClassName
 {
   color: #0389D1;
 }
</style>

background-color css

<style>
 a { background-color: #0389D1; }

 a { background-color: rgb(3,137,209); }

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

border-color css

<style>
 span { border-color: #0389D1; }

 span { border-color: rgb(3,137,209); }

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