Html Css Color HEX #0389CB Pacific Blue

📋 copy color: '#0389CB'

red 3 ◦ green 137 ◦ blue 203

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

Shades of Pacific Blue #0389CB

Tints of Pacific Blue #0389CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 0.87%
G = 39.94%
B = 59.18%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0389CB (or 0x0389CB) is known color: Pacific Blue. HEX triplet: 03, 89 and CB. RGB value is (3,137,203). Sum of RGB (Red+Green+Blue) = 3+137+203=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #0389CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0389CB is #FC7634. Grayscale: #686868. Windows color (decimal): -16545333 or 13338883. OLE color: 13338883.

HSL color Cylindrical-coordinate representation of color #0389CB: hue angle of 199.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389CB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 137 203 -
CMYK 0.99 0.33 0 0.20
HSL 199.8º 0.97% 0.4% -
HSV(B) 199.8º 0.99% 0.8% -
XYZ 19.76 22.22 59.75 -
YUV 104.46 183.61 55.63 -
System Red Green Blue C M Y K H S L
Decimal 3 137 203 0.99 0.33 0 0.20 199.8 0.97 0.4
Hex 3 89 CB 63 21 0 14 C8 61 28
Octal 3 211 313 143 41 0 24 310 141 50
Binary 11 10001001 11001011 1100011 100001 0 10100 11001000 1100001 101000

Color Harmonies of #0389CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389CB

Black with #0389CB

Text Example


Text Example

White with #0389CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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