#3145BE

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

Shades of Cerulean Blue #3145BE

Tints of Cerulean Blue #3145BE

Color information

#3145BE (or 0x3145BE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 45 and BE. RGB value is (49,69,190). Sum of RGB (Red+Green+Blue) = 49+69+190=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3145BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145BE is #CEBA41. Grayscale: #4C4C4C. Windows color (decimal): -13548098 or 12469553. OLE color: 12469553.

HSL color Cylindrical-coordinate representation of color #3145BE: hue angle of 231.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3145BE is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4969190-
CMYK0.740.6400.25
HSL231.49º59%46.86%-
HSV(B)231.49º74.21%74.51%-
XYZ12.698.6349.71-
YUV76.81191.87108.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=15.91%
G=22.40%
B=61.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49691900.740.6400.25231.495946.86
Hex3145BE4A40019e73b2f
Octal611052761121000313477357
Binary1100011000101101111101001010100000001100111100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3145BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3145BE; }

 p { color: rgb(49,69,190); }

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

<style>
 a { background-color: #3145BE; }

 a { background-color: rgb(49,69,190); }

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

<style>
 span { border-color: #3145BE; }

 span { border-color: rgb(49,69,190); }

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