#2C6ACC

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

Shades of Cerulean Blue #2C6ACC

Tints of Cerulean Blue #2C6ACC

Color information

#2C6ACC (or 0x2C6ACC) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 6A and CC. RGB value is (44,106,204). Sum of RGB (Red+Green+Blue) = 44+106+204=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C6ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6ACC is #D39533. Grayscale: #626262. Windows color (decimal): -13866292 or 13396524. OLE color: 13396524.

HSL color Cylindrical-coordinate representation of color #2C6ACC: hue angle of 216.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C6ACC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB44106204-
CMYK0.780.4800.2
HSL216.75º64.52%48.63%-
HSV(B)216.75º78.43%80%-
XYZ17.0915.259.16-
YUV98.63187.4689.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.43%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 204 (80.08% from 255) = 57.63%
R=12.43%
G=29.94%
B=57.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal441062040.780.4800.2216.7564.5248.63
Hex2C6ACC4E30014d94131
Octal541523141166002433110161
Binary1011001101010110011001001110110000010100110110011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,106,204); }

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

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

 a { background-color: rgb(44,106,204); }

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

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

 span { border-color: rgb(44,106,204); }

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