Html Css Color HEX #0395CC Pacific Blue

📋 copy color: '#0395CC'

red 3 ◦ green 149 ◦ blue 204

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

Shades of Pacific Blue #0395CC

Tints of Pacific Blue #0395CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 0.84%
G = 41.85%
B = 57.3%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0395CC (or 0x0395CC) is known color: Pacific Blue. HEX triplet: 03, 95 and CC. RGB value is (3,149,204). Sum of RGB (Red+Green+Blue) = 3+149+204=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #0395CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395CC is #FC6A33. Grayscale: #6F6F6F. Windows color (decimal): -16542260 or 13407491. OLE color: 13407491.

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

Color convert

RGB 3 149 204 -
CMYK 0.99 0.27 0 0.2
HSL 196.42º 0.97% 0.41% -
HSV(B) 196.42º 0.99% 0.8% -
XYZ 21.68 25.87 60.98 -
YUV 111.62 180.13 50.53 -
System Red Green Blue C M Y K H S L
Decimal 3 149 204 0.99 0.27 0 0.2 196.42 0.97 0.41
Hex 3 95 CC 63 1B 0 14 C4 61 29
Octal 3 225 314 143 33 0 24 304 141 51
Binary 11 10010101 11001100 1100011 11011 0 10100 11000100 1100001 101001

Color Harmonies of #0395CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395CC

Black with #0395CC

Text Example


Text Example

White with #0395CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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