Html Css Color HEX #0395CB Pacific Blue

📋 copy color: '#0395CB'

red 3 ◦ green 149 ◦ blue 203

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

Shades of Pacific Blue #0395CB

Tints of Pacific Blue #0395CB

RGB

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

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

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

R = 0.85%
G = 41.97%
B = 57.18%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0395CB (or 0x0395CB) is known color: Pacific Blue. HEX triplet: 03, 95 and CB. RGB value is (3,149,203). Sum of RGB (Red+Green+Blue) = 3+149+203=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #0395CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395CB is #FC6A34. Grayscale: #6F6F6F. Windows color (decimal): -16542261 or 13341955. OLE color: 13341955.

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

Color convert

RGB 3 149 203 -
CMYK 0.99 0.27 0 0.20
HSL 196.2º 0.97% 0.4% -
HSV(B) 196.2º 0.99% 0.8% -
XYZ 21.56 25.83 60.35 -
YUV 111.5 179.63 50.61 -
System Red Green Blue C M Y K H S L
Decimal 3 149 203 0.99 0.27 0 0.20 196.2 0.97 0.4
Hex 3 95 CB 63 1B 0 14 C4 61 28
Octal 3 225 313 143 33 0 24 304 141 50
Binary 11 10010101 11001011 1100011 11011 0 10100 11000100 1100001 101000

Color Harmonies of #0395CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395CB

Black with #0395CB

Text Example


Text Example

White with #0395CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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