Html Css Color HEX #0398CC Pacific Blue

📋 copy color: '#0398CC'

red 3 ◦ green 152 ◦ blue 204

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

Shades of Pacific Blue #0398CC

Tints of Pacific Blue #0398CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

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

R = 0.84%
G = 42.34%
B = 56.82%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0398CC (or 0x0398CC) is known color: Pacific Blue. HEX triplet: 03, 98 and CC. RGB value is (3,152,204). Sum of RGB (Red+Green+Blue) = 3+152+204=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #0398CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398CC is #FC6733. Grayscale: #717171. Windows color (decimal): -16541492 or 13408259. OLE color: 13408259.

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

Color convert

RGB 3 152 204 -
CMYK 0.99 0.25 0 0.2
HSL 195.52º 0.97% 0.41% -
HSV(B) 195.52º 0.99% 0.8% -
XYZ 22.16 26.84 61.14 -
YUV 113.38 179.14 49.27 -
System Red Green Blue C M Y K H S L
Decimal 3 152 204 0.99 0.25 0 0.2 195.52 0.97 0.41
Hex 3 98 CC 63 19 0 14 C4 61 29
Octal 3 230 314 143 31 0 24 304 141 51
Binary 11 10011000 11001100 1100011 11001 0 10100 11000100 1100001 101001

Color Harmonies of #0398CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0398CC

Black with #0398CC

Text Example


Text Example

White with #0398CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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