#2A47BC

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

Shades of Cerulean Blue #2A47BC

Tints of Cerulean Blue #2A47BC

Color information

#2A47BC (or 0x2A47BC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 47 and BC. RGB value is (42,71,188). Sum of RGB (Red+Green+Blue) = 42+71+188=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A47BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A47BC is #D5B843. Grayscale: #4B4B4B. Windows color (decimal): -14006340 or 12338986. OLE color: 12338986.

HSL color Cylindrical-coordinate representation of color #2A47BC: hue angle of 228.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A47BC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4271188-
CMYK0.780.6200.26
HSL228.08º63.48%45.1%-
HSV(B)228.08º77.66%73.73%-
XYZ12.298.6348.6-
YUV75.67191.39103.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=13.95%
G=23.59%
B=62.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42711880.780.6200.26228.0863.4845.1
Hex2A47BC4E3E01Ae43f2d
Octal52107274116760323447755
Binary101010100011110111100100111011111001101011100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,188); }

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

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

 a { background-color: rgb(42,71,188); }

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

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

 span { border-color: rgb(42,71,188); }

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