Html Css Color HEX #0382AC Cerulean

📋 copy color: '#0382AC'

red 3 ◦ green 130 ◦ blue 172

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

Shades of Cerulean #0382AC

Tints of Cerulean #0382AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 0.98%
G = 42.62%
B = 56.39%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0382AC (or 0x0382AC) is known color: Cerulean. HEX triplet: 03, 82 and AC. RGB value is (3,130,172). Sum of RGB (Red+Green+Blue) = 3+130+172=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #0382AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0382AC is #FC7D53. Grayscale: #606060. Windows color (decimal): -16547156 or 11305475. OLE color: 11305475.

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

Color convert

RGB 3 130 172 -
CMYK 0.98 0.24 0 0.33
HSL 194.91º 0.97% 0.34% -
HSV(B) 194.91º 0.98% 0.67% -
XYZ 15.47 18.96 41.87 -
YUV 96.82 170.42 61.08 -
System Red Green Blue C M Y K H S L
Decimal 3 130 172 0.98 0.24 0 0.33 194.91 0.97 0.34
Hex 3 82 AC 62 18 0 21 C3 61 22
Octal 3 202 254 142 30 0 41 303 141 42
Binary 11 10000010 10101100 1100010 11000 0 100001 11000011 1100001 100010

Color Harmonies of #0382AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382AC

Black with #0382AC

Text Example


Text Example

White with #0382AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0382AC; }

 p { color: rgb(3,130,172); }

 H1.HeaderClassName
 {
   color: #0382AC;
 }
 .AnyTagClassName
 {
   color: #0382AC;
 }
</style>

background-color css

<style>
 a { background-color: #0382AC; }

 a { background-color: rgb(3,130,172); }

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

border-color css

<style>
 span { border-color: #0382AC; }

 span { border-color: rgb(3,130,172); }

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