#295FCA

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

Shades of Cerulean Blue #295FCA

Tints of Cerulean Blue #295FCA

Color information

#295FCA (or 0x295FCA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5F and CA. RGB value is (41,95,202). Sum of RGB (Red+Green+Blue) = 41+95+202=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #295FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FCA is #D6A035. Grayscale: #5A5A5A. Windows color (decimal): -14065718 or 13262633. OLE color: 13262633.

HSL color Cylindrical-coordinate representation of color #295FCA: hue angle of 219.88º 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 #295FCA is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4195202-
CMYK0.800.5300.21
HSL219.88º66.26%47.65%-
HSV(B)219.88º79.7%79.22%-
XYZ15.6712.9257.55-
YUV91.05190.6192.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=12.13%
G=28.11%
B=59.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41952020.800.5300.21219.8866.2647.65
Hex295FCA5035015dc4230
Octal511373121206502533410260
Binary1010011011111110010101010000110101010101110111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295FCA; }

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

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

<style>
 a { background-color: #295FCA; }

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

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

<style>
 span { border-color: #295FCA; }

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

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