Html Css Color HEX #0379BB Cerulean

📋 copy color: '#0379BB'

red 3 ◦ green 121 ◦ blue 187

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

Shades of Cerulean #0379BB

Tints of Cerulean #0379BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.13%

R = 0.96%
G = 38.91%
B = 60.13%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0379BB (or 0x0379BB) is known color: Cerulean. HEX triplet: 03, 79 and BB. RGB value is (3,121,187). Sum of RGB (Red+Green+Blue) = 3+121+187=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #0379BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379BB is #FC8644. Grayscale: #5C5C5C. Windows color (decimal): -16549445 or 12286211. OLE color: 12286211.

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

Color convert

RGB 3 121 187 -
CMYK 0.98 0.35 0 0.27
HSL 201.52º 0.97% 0.37% -
HSV(B) 201.52º 0.98% 0.73% -
XYZ 15.84 17.28 49.51 -
YUV 93.24 180.91 63.63 -
System Red Green Blue C M Y K H S L
Decimal 3 121 187 0.98 0.35 0 0.27 201.52 0.97 0.37
Hex 3 79 BB 62 23 0 1B CA 61 25
Octal 3 171 273 142 43 0 33 312 141 45
Binary 11 1111001 10111011 1100010 100011 0 11011 11001010 1100001 100101

Color Harmonies of #0379BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0379BB

Black with #0379BB

Text Example


Text Example

White with #0379BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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