#376AC1

Color #376AC1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #376AC1

Tints of Cerulean Blue #376AC1

Color information

#376AC1 (or 0x376AC1) is unknown color: approx Cerulean Blue. HEX triplet: 37, 6A and C1. RGB value is (55,106,193). Sum of RGB (Red+Green+Blue) = 55+106+193=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #376AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376AC1 is #C8953E. Grayscale: #646464. Windows color (decimal): -13145407 or 12675639. OLE color: 12675639.

HSL color Cylindrical-coordinate representation of color #376AC1: hue angle of 217.83º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #376AC1 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB55106193-
CMYK0.720.4500.24
HSL217.83º55.65%48.63%-
HSV(B)217.83º71.5%75.69%-
XYZ16.3614.9752.48-
YUV100.67180.195.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=15.54%
G=29.94%
B=54.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551061930.720.4500.24217.8355.6548.63
Hex376AC1482D018da3831
Octal67152301110550303327061
Binary110111110101011000001100100010110101100011011010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376AC1; }

 p { color: rgb(55,106,193); }

 H1.HeaderClassName
 {
   color: #376AC1;
 }
 .AnyTagClassName
 {
   color: #376AC1;
 }
</style>
background-color css

<style>
 a { background-color: #376AC1; }

 a { background-color: rgb(55,106,193); }

 div.DivClassName
 {
   background-color: #376AC1;
 }
 .BgClassName
 {
   background-color: #376AC1;
 }
</style>
border-color css

<style>
 span { border-color: #376AC1; }

 span { border-color: rgb(55,106,193); }

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