Html Css Color HEX #0380A4 Cerulean

📋 copy color: '#0380A4'

red 3 ◦ green 128 ◦ blue 164

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

Shades of Cerulean #0380A4

Tints of Cerulean #0380A4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.39%

 BLUE value IS 164 (64.45% from 255) = 55.59%

R = 1.02%
G = 43.39%
B = 55.59%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0380A4 (or 0x0380A4) is known color: Cerulean. HEX triplet: 03, 80 and A4. RGB value is (3,128,164). Sum of RGB (Red+Green+Blue) = 3+128+164=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #0380A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0380A4 is #FC7F5B. Grayscale: #5E5E5E. Windows color (decimal): -16547676 or 10780675. OLE color: 10780675.

HSL color Cylindrical-coordinate representation of color #0380A4: hue angle of 193.42º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0380A4 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 128 164 -
CMYK 0.98 0.22 0 0.36
HSL 193.42º 0.96% 0.33% -
HSV(B) 193.42º 0.98% 0.64% -
XYZ 14.46 18.14 37.86 -
YUV 94.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 3 128 164 0.98 0.22 0 0.36 193.42 0.96 0.33
Hex 3 80 A4 62 16 0 24 C1 60 21
Octal 3 200 244 142 26 0 44 301 140 41
Binary 11 10000000 10100100 1100010 10110 0 100100 11000001 1100000 100001

Color Harmonies of #0380A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380A4

Black with #0380A4

Text Example


Text Example

White with #0380A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0380A4; }

 p { color: rgb(3,128,164); }

 H1.HeaderClassName
 {
   color: #0380A4;
 }
 .AnyTagClassName
 {
   color: #0380A4;
 }
</style>

background-color css

<style>
 a { background-color: #0380A4; }

 a { background-color: rgb(3,128,164); }

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

border-color css

<style>
 span { border-color: #0380A4; }

 span { border-color: rgb(3,128,164); }

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