Html Css Color HEX #0395DA Pacific Blue

📋 copy color: '#0395DA'

red 3 ◦ green 149 ◦ blue 218

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

Shades of Pacific Blue #0395DA

Tints of Pacific Blue #0395DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 0.81%
G = 40.27%
B = 58.92%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0395DA (or 0x0395DA) is known color: Pacific Blue. HEX triplet: 03, 95 and DA. RGB value is (3,149,218). Sum of RGB (Red+Green+Blue) = 3+149+218=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #0395DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395DA is #FC6A25. Grayscale: #707070. Windows color (decimal): -16542246 or 14324995. OLE color: 14324995.

HSL color Cylindrical-coordinate representation of color #0395DA: hue angle of 199.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0395DA is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 149 218 -
CMYK 0.99 0.32 0 0.15
HSL 199.26º 0.97% 0.43% -
HSV(B) 199.26º 0.99% 0.85% -
XYZ 23.44 26.58 70.22 -
YUV 113.21 187.13 49.39 -
System Red Green Blue C M Y K H S L
Decimal 3 149 218 0.99 0.32 0 0.15 199.26 0.97 0.43
Hex 3 95 DA 63 20 0 F C7 61 2B
Octal 3 225 332 143 40 0 17 307 141 53
Binary 11 10010101 11011010 1100011 100000 0 1111 11000111 1100001 101011

Color Harmonies of #0395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395DA

Black with #0395DA

Text Example


Text Example

White with #0395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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