#2C61C2

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

Shades of Cerulean Blue #2C61C2

Tints of Cerulean Blue #2C61C2

Color information

#2C61C2 (or 0x2C61C2) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 61 and C2. RGB value is (44,97,194). Sum of RGB (Red+Green+Blue) = 44+97+194=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #2C61C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C61C2 is #D39E3D. Grayscale: #5B5B5B. Windows color (decimal): -13868606 or 12738860. OLE color: 12738860.

HSL color Cylindrical-coordinate representation of color #2C61C2: hue angle of 218.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C61C2 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4497194-
CMYK0.770.5000.24
HSL218.8º63.03%46.67%-
HSV(B)218.8º77.32%76.08%-
XYZ15.0512.9852.75-
YUV92.21185.4493.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 194 (76.17% from 255) = 57.91%
R=13.13%
G=28.96%
B=57.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44971940.770.5000.24218.863.0346.67
Hex2C61C24D32018db3f2f
Octal54141302115620303337757
Binary101100110000111000010100110111001001100011011011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C61C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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