#2C63BA

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

Shades of Cerulean Blue #2C63BA

Tints of Cerulean Blue #2C63BA

Color information

#2C63BA (or 0x2C63BA) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 63 and BA. RGB value is (44,99,186). Sum of RGB (Red+Green+Blue) = 44+99+186=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C63BA is #D39C45. Grayscale: #5C5C5C. Windows color (decimal): -13868102 or 12215084. OLE color: 12215084.

HSL color Cylindrical-coordinate representation of color #2C63BA: hue angle of 216.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C63BA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4499186-
CMYK0.760.4700.27
HSL216.76º61.74%45.1%-
HSV(B)216.76º76.34%72.94%-
XYZ14.361348.21-
YUV92.47180.7893.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.37%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=13.37%
G=30.09%
B=56.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44991860.760.4700.27216.7661.7445.1
Hex2C63BA4C2F01Bd93e2d
Octal54143272114570333317655
Binary101100110001110111010100110010111101101111011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,99,186); }

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

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

 a { background-color: rgb(44,99,186); }

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

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

 span { border-color: rgb(44,99,186); }

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