#2C4AA3

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

Shades of Cerulean Blue #2C4AA3

Tints of Cerulean Blue #2C4AA3

Color information

#2C4AA3 (or 0x2C4AA3) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4A and A3. RGB value is (44,74,163). Sum of RGB (Red+Green+Blue) = 44+74+163=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 163 (64.06% from 255 or 58.01% from 281); Max value from RGB is 163 - color contains mainly: blue. Hex color #2C4AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4AA3 is #D3B55C. Grayscale: #4A4A4A. Windows color (decimal): -13874525 or 10701356. OLE color: 10701356.

HSL color Cylindrical-coordinate representation of color #2C4AA3: hue angle of 224.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4AA3 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4474163-
CMYK0.730.5500.36
HSL224.87º57.49%40.59%-
HSV(B)224.87º73.01%63.92%-
XYZ10.18.0835.68-
YUV75.18177.56105.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 163 (64.06% from 255) = 58.01%
R=15.66%
G=26.33%
B=58.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44741630.730.5500.36224.8757.4940.59
Hex2C4AA34937024e13929
Octal54112243111670443417151
Binary1011001001010101000111001001110111010010011100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,74,163); }

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

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

 a { background-color: rgb(44,74,163); }

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

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

 span { border-color: rgb(44,74,163); }

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