#3146CA

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

Shades of Cerulean Blue #3146CA

Tints of Cerulean Blue #3146CA

Color information

#3146CA (or 0x3146CA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 46 and CA. RGB value is (49,70,202). Sum of RGB (Red+Green+Blue) = 49+70+202=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #3146CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3146CA is #CEB935. Grayscale: #4E4E4E. Windows color (decimal): -13547830 or 13256241. OLE color: 13256241.

HSL color Cylindrical-coordinate representation of color #3146CA: hue angle of 231.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3146CA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4970202-
CMYK0.760.6500.21
HSL231.76º60.96%49.22%-
HSV(B)231.76º75.74%79.22%-
XYZ14.129.356.93-
YUV78.77197.54106.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=15.26%
G=21.81%
B=62.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49702020.760.6500.21231.7660.9649.22
Hex3146CA4C41015e83d31
Octal611063121141010253507561
Binary1100011000110110010101001100100000101010111101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3146CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3146CA; }

 p { color: rgb(49,70,202); }

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

<style>
 a { background-color: #3146CA; }

 a { background-color: rgb(49,70,202); }

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

<style>
 span { border-color: #3146CA; }

 span { border-color: rgb(49,70,202); }

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