Html Css Color HEX #0385CE Pacific Blue

📋 copy color: '#0385CE'

red 3 ◦ green 133 ◦ blue 206

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

Shades of Pacific Blue #0385CE

Tints of Pacific Blue #0385CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 0.88%
G = 38.89%
B = 60.23%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0385CE (or 0x0385CE) is known color: Pacific Blue. HEX triplet: 03, 85 and CE. RGB value is (3,133,206). Sum of RGB (Red+Green+Blue) = 3+133+206=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #0385CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385CE is #FC7A31. Grayscale: #666666. Windows color (decimal): -16546354 or 13534467. OLE color: 13534467.

HSL color Cylindrical-coordinate representation of color #0385CE: hue angle of 201.58º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0385CE is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 133 206 -
CMYK 0.99 0.35 0 0.19
HSL 201.58º 0.97% 0.41% -
HSV(B) 201.58º 0.99% 0.81% -
XYZ 19.57 21.25 61.46 -
YUV 102.45 186.43 57.06 -
System Red Green Blue C M Y K H S L
Decimal 3 133 206 0.99 0.35 0 0.19 201.58 0.97 0.41
Hex 3 85 CE 63 23 0 13 CA 61 29
Octal 3 205 316 143 43 0 23 312 141 51
Binary 11 10000101 11001110 1100011 100011 0 10011 11001010 1100001 101001

Color Harmonies of #0385CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385CE

Black with #0385CE

Text Example


Text Example

White with #0385CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0385CE; }

 p { color: rgb(3,133,206); }

 H1.HeaderClassName
 {
   color: #0385CE;
 }
 .AnyTagClassName
 {
   color: #0385CE;
 }
</style>

background-color css

<style>
 a { background-color: #0385CE; }

 a { background-color: rgb(3,133,206); }

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

border-color css

<style>
 span { border-color: #0385CE; }

 span { border-color: rgb(3,133,206); }

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