#3145AD

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

Shades of Cerulean Blue #3145AD

Tints of Cerulean Blue #3145AD

Color information

#3145AD (or 0x3145AD) is unknown color: approx Cerulean Blue. HEX triplet: 31, 45 and AD. RGB value is (49,69,173). Sum of RGB (Red+Green+Blue) = 49+69+173=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #3145AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3145AD is #CEBA52. Grayscale: #4A4A4A. Windows color (decimal): -13548115 or 11355441. OLE color: 11355441.

HSL color Cylindrical-coordinate representation of color #3145AD: hue angle of 230.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3145AD is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4969173-
CMYK0.720.6000.32
HSL230.32º55.86%43.53%-
HSV(B)230.32º71.68%67.84%-
XYZ10.947.9340.49-
YUV74.88183.37109.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=16.84%
G=23.71%
B=59.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49691730.720.6000.32230.3255.8643.53
Hex3145AD483C020e6382c
Octal61105255110740403467054
Binary1100011000101101011011001000111100010000011100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3145AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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