Html Css Color HEX #0396CB Pacific Blue

📋 copy color: '#0396CB'

red 3 ◦ green 150 ◦ blue 203

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

Shades of Pacific Blue #0396CB

Tints of Pacific Blue #0396CB

RGB

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

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

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

R = 0.84%
G = 42.13%
B = 57.02%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0396CB (or 0x0396CB) is known color: Pacific Blue. HEX triplet: 03, 96 and CB. RGB value is (3,150,203). Sum of RGB (Red+Green+Blue) = 3+150+203=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #0396CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0396CB is #FC6934. Grayscale: #6F6F6F. Windows color (decimal): -16542005 or 13342211. OLE color: 13342211.

HSL color Cylindrical-coordinate representation of color #0396CB: hue angle of 195.9º 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 #0396CB is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 150 203 -
CMYK 0.99 0.26 0 0.20
HSL 195.9º 0.97% 0.4% -
HSV(B) 195.9º 0.99% 0.8% -
XYZ 21.72 26.14 60.4 -
YUV 112.09 179.3 50.19 -
System Red Green Blue C M Y K H S L
Decimal 3 150 203 0.99 0.26 0 0.20 195.9 0.97 0.4
Hex 3 96 CB 63 1A 0 14 C4 61 28
Octal 3 226 313 143 32 0 24 304 141 50
Binary 11 10010110 11001011 1100011 11010 0 10100 11000100 1100001 101000

Color Harmonies of #0396CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0396CB

Black with #0396CB

Text Example


Text Example

White with #0396CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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