#2d46b6

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

Shades of Cerulean Blue #2D46B6

Tints of Cerulean Blue #2D46B6

Color information

#2D46B6 (or 0x2D46B6) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 46 and B6. RGB value is (45,70,182). Sum of RGB (Red+Green+Blue) = 45+70+182=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #2D46B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46B6 is #D2B949. Grayscale: #4A4A4A. Windows color (decimal): -13809994 or 11945517. OLE color: 11945517.

HSL color Cylindrical-coordinate representation of color #2D46B6: hue angle of 229.05º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D46B6 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4570182-
CMYK0.750.6200.29
HSL229.05º60.35%44.51%-
HSV(B)229.05º75.27%71.37%-
XYZ11.728.3245.24-
YUV75.29188.22106.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=15.15%
G=23.57%
B=61.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45701820.750.6200.29229.0560.3544.51
Hex2D46B64B3E01De53c2d
Octal55106266113760353457455
Binary101101100011010110110100101111111001110111100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d46b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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