Html Css Color HEX #0379BC Cerulean

📋 copy color: '#0379BC'

red 3 ◦ green 121 ◦ blue 188

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

Shades of Cerulean #0379BC

Tints of Cerulean #0379BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 0.96%
G = 38.78%
B = 60.26%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0379BC (or 0x0379BC) is known color: Cerulean. HEX triplet: 03, 79 and BC. RGB value is (3,121,188). Sum of RGB (Red+Green+Blue) = 3+121+188=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #0379BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379BC is #FC8643. Grayscale: #5C5C5C. Windows color (decimal): -16549444 or 12351747. OLE color: 12351747.

HSL color Cylindrical-coordinate representation of color #0379BC: hue angle of 201.73º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0379BC is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 121 188 -
CMYK 0.98 0.36 0 0.26
HSL 201.73º 0.97% 0.37% -
HSV(B) 201.73º 0.98% 0.74% -
XYZ 15.95 17.32 50.08 -
YUV 93.36 181.41 63.55 -
System Red Green Blue C M Y K H S L
Decimal 3 121 188 0.98 0.36 0 0.26 201.73 0.97 0.37
Hex 3 79 BC 62 24 0 1A CA 61 25
Octal 3 171 274 142 44 0 32 312 141 45
Binary 11 1111001 10111100 1100010 100100 0 11010 11001010 1100001 100101

Color Harmonies of #0379BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0379BC

Black with #0379BC

Text Example


Text Example

White with #0379BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0379BC; }

 p { color: rgb(3,121,188); }

 H1.HeaderClassName
 {
   color: #0379BC;
 }
 .AnyTagClassName
 {
   color: #0379BC;
 }
</style>

background-color css

<style>
 a { background-color: #0379BC; }

 a { background-color: rgb(3,121,188); }

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

border-color css

<style>
 span { border-color: #0379BC; }

 span { border-color: rgb(3,121,188); }

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