#2B46C3

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

Shades of Cerulean Blue #2B46C3

Tints of Cerulean Blue #2B46C3

Color information

#2B46C3 (or 0x2B46C3) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 46 and C3. RGB value is (43,70,195). Sum of RGB (Red+Green+Blue) = 43+70+195=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #2B46C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B46C3 is #D4B93C. Grayscale: #4B4B4B. Windows color (decimal): -13941053 or 12797483. OLE color: 12797483.

HSL color Cylindrical-coordinate representation of color #2B46C3: hue angle of 229.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B46C3 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4370195-
CMYK0.780.6400.24
HSL229.34º63.87%46.67%-
HSV(B)229.34º77.95%76.47%-
XYZ13.048.8352.65-
YUV76.18195.05104.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 195 (76.56% from 255) = 63.31%
R=13.96%
G=22.73%
B=63.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43701950.780.6400.24229.3463.8746.67
Hex2B46C34E40018e5402f
Octal5310630311610003034510057
Binary10101110001101100001110011101000000011000111001011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B46C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,195); }

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

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

 a { background-color: rgb(43,70,195); }

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

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

 span { border-color: rgb(43,70,195); }

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