#2D46BE

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

Shades of Cerulean Blue #2D46BE

Tints of Cerulean Blue #2D46BE

Color information

#2D46BE (or 0x2D46BE) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 46 and BE. RGB value is (45,70,190). Sum of RGB (Red+Green+Blue) = 45+70+190=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46BE is #D2B941. Grayscale: #4B4B4B. Windows color (decimal): -13809986 or 12469805. OLE color: 12469805.

HSL color Cylindrical-coordinate representation of color #2D46BE: hue angle of 229.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D46BE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4570190-
CMYK0.760.6300.25
HSL229.66º61.7%46.08%-
HSV(B)229.66º76.32%74.51%-
XYZ12.578.6649.72-
YUV76.2192.22105.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.75%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=14.75%
G=22.95%
B=62.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45701900.760.6300.25229.6661.746.08
Hex2D46BE4C3F019e63e2e
Octal55106276114770313467656
Binary101101100011010111110100110011111101100111100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D46BE; }

 p { color: rgb(45,70,190); }

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

<style>
 a { background-color: #2D46BE; }

 a { background-color: rgb(45,70,190); }

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

<style>
 span { border-color: #2D46BE; }

 span { border-color: rgb(45,70,190); }

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