Html Css Color HEX #0387CE Pacific Blue

📋 copy color: '#0387CE'

red 3 ◦ green 135 ◦ blue 206

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

Shades of Pacific Blue #0387CE

Tints of Pacific Blue #0387CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 0.87%
G = 39.24%
B = 59.88%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0387CE (or 0x0387CE) is known color: Pacific Blue. HEX triplet: 03, 87 and CE. RGB value is (3,135,206). Sum of RGB (Red+Green+Blue) = 3+135+206=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #0387CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387CE is #FC7831. Grayscale: #676767. Windows color (decimal): -16545842 or 13534979. OLE color: 13534979.

HSL color Cylindrical-coordinate representation of color #0387CE: hue angle of 200.99º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0387CE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 135 206 -
CMYK 0.99 0.34 0 0.19
HSL 200.99º 0.97% 0.41% -
HSV(B) 200.99º 0.99% 0.81% -
XYZ 19.84 21.8 61.56 -
YUV 103.63 185.77 56.23 -
System Red Green Blue C M Y K H S L
Decimal 3 135 206 0.99 0.34 0 0.19 200.99 0.97 0.41
Hex 3 87 CE 63 22 0 13 C9 61 29
Octal 3 207 316 143 42 0 23 311 141 51
Binary 11 10000111 11001110 1100011 100010 0 10011 11001001 1100001 101001

Color Harmonies of #0387CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387CE

Black with #0387CE

Text Example


Text Example

White with #0387CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0387CE; }

 p { color: rgb(3,135,206); }

 H1.HeaderClassName
 {
   color: #0387CE;
 }
 .AnyTagClassName
 {
   color: #0387CE;
 }
</style>

background-color css

<style>
 a { background-color: #0387CE; }

 a { background-color: rgb(3,135,206); }

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

border-color css

<style>
 span { border-color: #0387CE; }

 span { border-color: rgb(3,135,206); }

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