Html Css Color HEX #0397CC Pacific Blue

📋 copy color: '#0397CC'

red 3 ◦ green 151 ◦ blue 204

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

Shades of Pacific Blue #0397CC

Tints of Pacific Blue #0397CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

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

R = 0.84%
G = 42.18%
B = 56.98%

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

#0397CC (or 0x0397CC) is known color: Pacific Blue. HEX triplet: 03, 97 and CC. RGB value is (3,151,204). Sum of RGB (Red+Green+Blue) = 3+151+204=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #0397CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0397CC is #FC6833. Grayscale: #707070. Windows color (decimal): -16541748 or 13408003. OLE color: 13408003.

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

Color convert

RGB 3 151 204 -
CMYK 0.99 0.26 0 0.2
HSL 195.82º 0.97% 0.41% -
HSV(B) 195.82º 0.99% 0.8% -
XYZ 22 26.51 61.08 -
YUV 112.79 179.47 49.69 -
System Red Green Blue C M Y K H S L
Decimal 3 151 204 0.99 0.26 0 0.2 195.82 0.97 0.41
Hex 3 97 CC 63 1A 0 14 C4 61 29
Octal 3 227 314 143 32 0 24 304 141 51
Binary 11 10010111 11001100 1100011 11010 0 10100 11000100 1100001 101001

Color Harmonies of #0397CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0397CC

Black with #0397CC

Text Example


Text Example

White with #0397CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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