#325EB1

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

Shades of Cerulean Blue #325EB1

Tints of Cerulean Blue #325EB1

Color information

#325EB1 (or 0x325EB1) is unknown color: approx Cerulean Blue. HEX triplet: 32, 5E and B1. RGB value is (50,94,177). Sum of RGB (Red+Green+Blue) = 50+94+177=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #325EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325EB1 is #CDA14E. Grayscale: #595959. Windows color (decimal): -13476175 or 11623986. OLE color: 11623986.

HSL color Cylindrical-coordinate representation of color #325EB1: hue angle of 219.21º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325EB1 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5094177-
CMYK0.720.4700.31
HSL219.21º55.95%44.51%-
HSV(B)219.21º71.75%69.41%-
XYZ13.2511.8643.19-
YUV90.31176.9299.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 177 (69.53% from 255) = 55.14%
R=15.58%
G=29.28%
B=55.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50941770.720.4700.31219.2155.9544.51
Hex325EB1482F01Fdb382d
Octal62136261110570373337055
Binary110010101111010110001100100010111101111111011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325EB1; }

 p { color: rgb(50,94,177); }

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

<style>
 a { background-color: #325EB1; }

 a { background-color: rgb(50,94,177); }

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

<style>
 span { border-color: #325EB1; }

 span { border-color: rgb(50,94,177); }

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