Html Css Color HEX #0380BE Cerulean

📋 copy color: '#0380BE'

red 3 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #0380BE

Tints of Cerulean #0380BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 0.93%
G = 39.88%
B = 59.19%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0380BE (or 0x0380BE) is known color: Cerulean. HEX triplet: 03, 80 and BE. RGB value is (3,128,190). Sum of RGB (Red+Green+Blue) = 3+128+190=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #0380BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380BE is #FC7F41. Grayscale: #616161. Windows color (decimal): -16547650 or 12484611. OLE color: 12484611.

HSL color Cylindrical-coordinate representation of color #0380BE: hue angle of 199.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0380BE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 128 190 -
CMYK 0.98 0.33 0 0.25
HSL 199.89º 0.97% 0.38% -
HSV(B) 199.89º 0.98% 0.75% -
XYZ 17.05 19.18 51.52 -
YUV 97.69 180.09 60.46 -
System Red Green Blue C M Y K H S L
Decimal 3 128 190 0.98 0.33 0 0.25 199.89 0.97 0.38
Hex 3 80 BE 62 21 0 19 C8 61 26
Octal 3 200 276 142 41 0 31 310 141 46
Binary 11 10000000 10111110 1100010 100001 0 11001 11001000 1100001 100110

Color Harmonies of #0380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380BE

Black with #0380BE

Text Example


Text Example

White with #0380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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