Html Css Color HEX #0384AE Cerulean

📋 copy color: '#0384AE'

red 3 ◦ green 132 ◦ blue 174

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

Shades of Cerulean #0384AE

Tints of Cerulean #0384AE

RGB

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

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

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

R = 0.97%
G = 42.72%
B = 56.31%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0384AE (or 0x0384AE) is known color: Cerulean. HEX triplet: 03, 84 and AE. RGB value is (3,132,174). Sum of RGB (Red+Green+Blue) = 3+132+174=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #0384AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0384AE is #FC7B51. Grayscale: #616161. Windows color (decimal): -16546642 or 11437059. OLE color: 11437059.

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

Color convert

RGB 3 132 174 -
CMYK 0.98 0.24 0 0.32
HSL 194.74º 0.97% 0.35% -
HSV(B) 194.74º 0.98% 0.68% -
XYZ 15.93 19.58 42.98 -
YUV 98.22 170.76 60.08 -
System Red Green Blue C M Y K H S L
Decimal 3 132 174 0.98 0.24 0 0.32 194.74 0.97 0.35
Hex 3 84 AE 62 18 0 20 C3 61 23
Octal 3 204 256 142 30 0 40 303 141 43
Binary 11 10000100 10101110 1100010 11000 0 100000 11000011 1100001 100011

Color Harmonies of #0384AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384AE

Black with #0384AE

Text Example


Text Example

White with #0384AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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