Html Css Color HEX #0384AB Cerulean

📋 copy color: '#0384AB'

red 3 ◦ green 132 ◦ blue 171

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

Shades of Cerulean #0384AB

Tints of Cerulean #0384AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 0.98%
G = 43.14%
B = 55.88%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0384AB (or 0x0384AB) is known color: Cerulean. HEX triplet: 03, 84 and AB. RGB value is (3,132,171). Sum of RGB (Red+Green+Blue) = 3+132+171=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0384AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0384AB is #FC7B54. Grayscale: #616161. Windows color (decimal): -16546645 or 11240451. OLE color: 11240451.

HSL color Cylindrical-coordinate representation of color #0384AB: hue angle of 193.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0384AB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 132 171 -
CMYK 0.98 0.23 0 0.33
HSL 193.93º 0.97% 0.34% -
HSV(B) 193.93º 0.98% 0.67% -
XYZ 15.64 19.46 41.46 -
YUV 97.88 169.26 60.33 -
System Red Green Blue C M Y K H S L
Decimal 3 132 171 0.98 0.23 0 0.33 193.93 0.97 0.34
Hex 3 84 AB 62 17 0 21 C2 61 22
Octal 3 204 253 142 27 0 41 302 141 42
Binary 11 10000100 10101011 1100010 10111 0 100001 11000010 1100001 100010

Color Harmonies of #0384AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384AB

Black with #0384AB

Text Example


Text Example

White with #0384AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0384AB;
 }
 .AnyTagClassName
 {
   color: #0384AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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