#0384AD

Color #0384AD Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0384AD

Tints of Cerulean #0384AD

Color information

#0384AD (or 0x0384AD) is unknown color: approx Cerulean. HEX triplet: 03, 84 and AD. RGB value is (3,132,173). Sum of RGB (Red+Green+Blue) = 3+132+173=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #0384AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0384AD is #FC7B52. Grayscale: #616161. Windows color (decimal): -16546643 or 11371523. OLE color: 11371523.

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

Color convert

RGB3132173-
CMYK0.980.2400.32
HSL194.47º96.59%34.51%-
HSV(B)194.47º98.27%67.84%-
XYZ15.8319.5442.47-
YUV98.1170.2660.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=0.97%
G=42.86%
B=56.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31321730.980.2400.32194.4796.5934.51
Hex384AD6218020c26123
Octal32042551423004030214143
Binary1110000100101011011100010110000100000110000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0384AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0384AD;
 }
 .AnyTagClassName
 {
   color: #0384AD;
 }
</style>
background-color css

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

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

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

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

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

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