#3750B2

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

Shades of Cerulean Blue #3750B2

Tints of Cerulean Blue #3750B2

Color information

#3750B2 (or 0x3750B2) is unknown color: approx Cerulean Blue. HEX triplet: 37, 50 and B2. RGB value is (55,80,178). Sum of RGB (Red+Green+Blue) = 55+80+178=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #3750B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3750B2 is #C8AF4D. Grayscale: #535353. Windows color (decimal): -13152078 or 11685943. OLE color: 11685943.

HSL color Cylindrical-coordinate representation of color #3750B2: hue angle of 227.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3750B2 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5580178-
CMYK0.690.5500.30
HSL227.8º52.79%45.69%-
HSV(B)227.8º69.1%69.8%-
XYZ12.489.7643.35-
YUV83.7181.22107.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 178 (69.92% from 255) = 56.87%
R=17.57%
G=25.56%
B=56.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55801780.690.5500.30227.852.7945.69
Hex3750B2453701Ee4352e
Octal67120262105670363446556
Binary110111101000010110010100010111011101111011100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3750B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3750B2; }

 p { color: rgb(55,80,178); }

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

<style>
 a { background-color: #3750B2; }

 a { background-color: rgb(55,80,178); }

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

<style>
 span { border-color: #3750B2; }

 span { border-color: rgb(55,80,178); }

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