#2A4CB7

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

Shades of Cerulean Blue #2A4CB7

Tints of Cerulean Blue #2A4CB7

Color information

#2A4CB7 (or 0x2A4CB7) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4C and B7. RGB value is (42,76,183). Sum of RGB (Red+Green+Blue) = 42+76+183=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #2A4CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CB7 is #D5B348. Grayscale: #4D4D4D. Windows color (decimal): -14005065 or 12012586. OLE color: 12012586.

HSL color Cylindrical-coordinate representation of color #2A4CB7: hue angle of 225.53º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A4CB7 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4276183-
CMYK0.770.5800.28
HSL225.53º62.67%44.12%-
HSV(B)225.53º77.05%71.76%-
XYZ12.099.0845.92-
YUV78.03187.24102.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 183 (71.88% from 255) = 60.80%
R=13.95%
G=25.25%
B=60.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42761830.770.5800.28225.5362.6744.12
Hex2A4CB74D3A01Ce23f2c
Octal52114267115720343427754
Binary101010100110010110111100110111101001110011100010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,183); }

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

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

 a { background-color: rgb(42,76,183); }

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

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

 span { border-color: rgb(42,76,183); }

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