#2943CA

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

Shades of Cerulean Blue #2943CA

Tints of Cerulean Blue #2943CA

Color information

#2943CA (or 0x2943CA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 43 and CA. RGB value is (41,67,202). Sum of RGB (Red+Green+Blue) = 41+67+202=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #2943CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2943CA is #D6BC35. Grayscale: #4A4A4A. Windows color (decimal): -14072886 or 13255465. OLE color: 13255465.

HSL color Cylindrical-coordinate representation of color #2943CA: hue angle of 230.31º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2943CA is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4167202-
CMYK0.800.6700.21
HSL230.31º66.26%47.65%-
HSV(B)230.31º79.7%79.22%-
XYZ13.588.7556.85-
YUV74.62199.89104.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=13.23%
G=21.61%
B=65.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41672020.800.6700.21230.3166.2647.65
Hex2943CA5043015e64230
Octal5110331212010302534610260
Binary10100110000111100101010100001000011010101111001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2943CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2943CA; }

 p { color: rgb(41,67,202); }

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

<style>
 a { background-color: #2943CA; }

 a { background-color: rgb(41,67,202); }

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

<style>
 span { border-color: #2943CA; }

 span { border-color: rgb(41,67,202); }

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