#2C61B3

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

Shades of Cerulean Blue #2C61B3

Tints of Cerulean Blue #2C61B3

Color information

#2C61B3 (or 0x2C61B3) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 61 and B3. RGB value is (44,97,179). Sum of RGB (Red+Green+Blue) = 44+97+179=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C61B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C61B3 is #D39E4C. Grayscale: #5A5A5A. Windows color (decimal): -13868621 or 11755820. OLE color: 11755820.

HSL color Cylindrical-coordinate representation of color #2C61B3: hue angle of 216.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C61B3 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4497179-
CMYK0.750.4600.30
HSL216.44º60.54%43.73%-
HSV(B)216.44º75.42%70.2%-
XYZ13.4512.3444.32-
YUV90.5177.9494.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.75%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 179 (70.31% from 255) = 55.94%
R=13.75%
G=30.31%
B=55.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44971790.750.4600.30216.4460.5443.73
Hex2C61B34B2E01Ed83d2c
Octal54141263113560363307554
Binary101100110000110110011100101110111001111011011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,179); }

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

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

 a { background-color: rgb(44,97,179); }

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

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

 span { border-color: rgb(44,97,179); }

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