Html Css Color HEX #0395DE Pacific Blue

📋 copy color: '#0395DE'

red 3 ◦ green 149 ◦ blue 222

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

Shades of Pacific Blue #0395DE

Tints of Pacific Blue #0395DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 0.8%
G = 39.84%
B = 59.36%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0395DE (or 0x0395DE) is known color: Pacific Blue. HEX triplet: 03, 95 and DE. RGB value is (3,149,222). Sum of RGB (Red+Green+Blue) = 3+149+222=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #0395DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395DE is #FC6A21. Grayscale: #717171. Windows color (decimal): -16542242 or 14587139. OLE color: 14587139.

HSL color Cylindrical-coordinate representation of color #0395DE: hue angle of 200º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0395DE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 149 222 -
CMYK 0.99 0.33 0 0.13
HSL 200º 0.97% 0.44% -
HSV(B) 200º 0.99% 0.87% -
XYZ 23.97 26.79 73.01 -
YUV 113.67 189.13 49.06 -
System Red Green Blue C M Y K H S L
Decimal 3 149 222 0.99 0.33 0 0.13 200 0.97 0.44
Hex 3 95 DE 63 21 0 D C8 61 2C
Octal 3 225 336 143 41 0 15 310 141 54
Binary 11 10010101 11011110 1100011 100001 0 1101 11001000 1100001 101100

Color Harmonies of #0395DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0395DE

Black with #0395DE

Text Example


Text Example

White with #0395DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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