Html Css Color HEX #0396DF Pacific Blue

📋 copy color: '#0396DF'

red 3 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0396DF

Tints of Pacific Blue #0396DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 0.8%
G = 39.89%
B = 59.31%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0396DF (or 0x0396DF) is known color: Pacific Blue. HEX triplet: 03, 96 and DF. RGB value is (3,150,223). Sum of RGB (Red+Green+Blue) = 3+150+223=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0396DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0396DF is #FC6920. Grayscale: #717171. Windows color (decimal): -16541985 or 14652931. OLE color: 14652931.

HSL color Cylindrical-coordinate representation of color #0396DF: hue angle of 199.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0396DF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 150 223 -
CMYK 0.99 0.33 0 0.13
HSL 199.91º 0.97% 0.44% -
HSV(B) 199.91º 0.99% 0.87% -
XYZ 24.26 27.16 73.78 -
YUV 114.37 189.3 48.56 -
System Red Green Blue C M Y K H S L
Decimal 3 150 223 0.99 0.33 0 0.13 199.91 0.97 0.44
Hex 3 96 DF 63 21 0 D C8 61 2C
Octal 3 226 337 143 41 0 15 310 141 54
Binary 11 10010110 11011111 1100011 100001 0 1101 11001000 1100001 101100

Color Harmonies of #0396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0396DF

Black with #0396DF

Text Example


Text Example

White with #0396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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