Html Css Color HEX #0386AD Cerulean

📋 copy color: '#0386AD'

red 3 ◦ green 134 ◦ blue 173

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

Shades of Cerulean #0386AD

Tints of Cerulean #0386AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 0.97%
G = 43.23%
B = 55.81%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0386AD (or 0x0386AD) is known color: Cerulean. HEX triplet: 03, 86 and AD. RGB value is (3,134,173). Sum of RGB (Red+Green+Blue) = 3+134+173=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #0386AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0386AD is #FC7952. Grayscale: #626262. Windows color (decimal): -16546131 or 11372035. OLE color: 11372035.

HSL color Cylindrical-coordinate representation of color #0386AD: hue angle of 193.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0386AD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 134 173 -
CMYK 0.98 0.23 0 0.32
HSL 193.76º 0.97% 0.35% -
HSV(B) 193.76º 0.98% 0.68% -
XYZ 16.11 20.09 42.56 -
YUV 99.28 169.6 59.33 -
System Red Green Blue C M Y K H S L
Decimal 3 134 173 0.98 0.23 0 0.32 193.76 0.97 0.35
Hex 3 86 AD 62 17 0 20 C2 61 23
Octal 3 206 255 142 27 0 40 302 141 43
Binary 11 10000110 10101101 1100010 10111 0 100000 11000010 1100001 100011

Color Harmonies of #0386AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0386AD

Black with #0386AD

Text Example


Text Example

White with #0386AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0386AD; }

 p { color: rgb(3,134,173); }

 H1.HeaderClassName
 {
   color: #0386AD;
 }
 .AnyTagClassName
 {
   color: #0386AD;
 }
</style>

background-color css

<style>
 a { background-color: #0386AD; }

 a { background-color: rgb(3,134,173); }

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

border-color css

<style>
 span { border-color: #0386AD; }

 span { border-color: rgb(3,134,173); }

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