#2C69CA

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

Shades of Cerulean Blue #2C69CA

Tints of Cerulean Blue #2C69CA

Color information

#2C69CA (or 0x2C69CA) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 69 and CA. RGB value is (44,105,202). Sum of RGB (Red+Green+Blue) = 44+105+202=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C69CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C69CA is #D39635. Grayscale: #616161. Windows color (decimal): -13866550 or 13265196. OLE color: 13265196.

HSL color Cylindrical-coordinate representation of color #2C69CA: hue angle of 216.84º 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 #2C69CA is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB44105202-
CMYK0.780.4800.21
HSL216.84º64.23%48.24%-
HSV(B)216.84º78.22%79.22%-
XYZ16.7514.957.87-
YUV97.82186.7989.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=12.54%
G=29.91%
B=57.55%

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
Decimal441052020.780.4800.21216.8464.2348.24
Hex2C69CA4E30015d94030
Octal541513121166002533110060
Binary1011001101001110010101001110110000010101110110011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,105,202); }

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

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

 a { background-color: rgb(44,105,202); }

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

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

 span { border-color: rgb(44,105,202); }

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