#2C68C9

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

Shades of Cerulean Blue #2C68C9

Tints of Cerulean Blue #2C68C9

Color information

#2C68C9 (or 0x2C68C9) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 68 and C9. RGB value is (44,104,201). Sum of RGB (Red+Green+Blue) = 44+104+201=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #2C68C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C68C9 is #D39736. Grayscale: #606060. Windows color (decimal): -13866807 or 13199404. OLE color: 13199404.

HSL color Cylindrical-coordinate representation of color #2C68C9: hue angle of 217.07º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C68C9 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44104201-
CMYK0.780.4800.21
HSL217.07º64.08%48.04%-
HSV(B)217.07º78.11%78.82%-
XYZ16.5314.6557.22-
YUV97.12186.6290.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.61%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 201 (78.91% from 255) = 57.59%
R=12.61%
G=29.80%
B=57.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441042010.780.4800.21217.0764.0848.04
Hex2C68C94E30015d94030
Octal541503111166002533110060
Binary1011001101000110010011001110110000010101110110011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C68C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,201); }

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

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

 a { background-color: rgb(44,104,201); }

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

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

 span { border-color: rgb(44,104,201); }

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