Html Css Color HEX #0386AE Cerulean

📋 copy color: '#0386AE'

red 3 ◦ green 134 ◦ blue 174

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

Shades of Cerulean #0386AE

Tints of Cerulean #0386AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.95%

R = 0.96%
G = 43.09%
B = 55.95%

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

#0386AE (or 0x0386AE) is known color: Cerulean. HEX triplet: 03, 86 and AE. RGB value is (3,134,174). Sum of RGB (Red+Green+Blue) = 3+134+174=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #0386AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0386AE is #FC7951. Grayscale: #636363. Windows color (decimal): -16546130 or 11437571. OLE color: 11437571.

HSL color Cylindrical-coordinate representation of color #0386AE: hue angle of 194.04º 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 #0386AE is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 134 174 -
CMYK 0.98 0.23 0 0.32
HSL 194.04º 0.97% 0.35% -
HSV(B) 194.04º 0.98% 0.68% -
XYZ 16.2 20.13 43.08 -
YUV 99.39 170.1 59.25 -
System Red Green Blue C M Y K H S L
Decimal 3 134 174 0.98 0.23 0 0.32 194.04 0.97 0.35
Hex 3 86 AE 62 17 0 20 C2 61 23
Octal 3 206 256 142 27 0 40 302 141 43
Binary 11 10000110 10101110 1100010 10111 0 100000 11000010 1100001 100011

Color Harmonies of #0386AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0386AE

Black with #0386AE

Text Example


Text Example

White with #0386AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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