Html Css Color HEX #0396CC Pacific Blue

📋 copy color: '#0396CC'

red 3 ◦ green 150 ◦ blue 204

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

Shades of Pacific Blue #0396CC

Tints of Pacific Blue #0396CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 0.84%
G = 42.02%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0396CC (or 0x0396CC) is known color: Pacific Blue. HEX triplet: 03, 96 and CC. RGB value is (3,150,204). Sum of RGB (Red+Green+Blue) = 3+150+204=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #0396CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0396CC is #FC6933. Grayscale: #6F6F6F. Windows color (decimal): -16542004 or 13407747. OLE color: 13407747.

HSL color Cylindrical-coordinate representation of color #0396CC: hue angle of 196.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0396CC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 150 204 -
CMYK 0.99 0.26 0 0.2
HSL 196.12º 0.97% 0.41% -
HSV(B) 196.12º 0.99% 0.8% -
XYZ 21.84 26.19 61.03 -
YUV 112.2 179.8 50.11 -
System Red Green Blue C M Y K H S L
Decimal 3 150 204 0.99 0.26 0 0.2 196.12 0.97 0.41
Hex 3 96 CC 63 1A 0 14 C4 61 29
Octal 3 226 314 143 32 0 24 304 141 51
Binary 11 10010110 11001100 1100011 11010 0 10100 11000100 1100001 101001

Color Harmonies of #0396CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0396CC

Black with #0396CC

Text Example


Text Example

White with #0396CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0396CC; }

 p { color: rgb(3,150,204); }

 H1.HeaderClassName
 {
   color: #0396CC;
 }
 .AnyTagClassName
 {
   color: #0396CC;
 }
</style>

background-color css

<style>
 a { background-color: #0396CC; }

 a { background-color: rgb(3,150,204); }

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

border-color css

<style>
 span { border-color: #0396CC; }

 span { border-color: rgb(3,150,204); }

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