#295CD0

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

Shades of Cerulean Blue #295CD0

Tints of Cerulean Blue #295CD0

Color information

#295CD0 (or 0x295CD0) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5C and D0. RGB value is (41,92,208). Sum of RGB (Red+Green+Blue) = 41+92+208=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #295CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CD0 is #D6A32F. Grayscale: #595959. Windows color (decimal): -14066480 or 13655081. OLE color: 13655081.

HSL color Cylindrical-coordinate representation of color #295CD0: hue angle of 221.68º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295CD0 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4192208-
CMYK0.800.5600.18
HSL221.68º67.07%48.82%-
HSV(B)221.68º80.29%81.57%-
XYZ16.1312.6861.27-
YUV89.98194.693.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.02%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=12.02%
G=26.98%
B=61.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41922080.800.5600.18221.6867.0748.82
Hex295CD05038012de4331
Octal511343201207002233610361
Binary1010011011100110100001010000111000010010110111101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,92,208); }

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

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

 a { background-color: rgb(41,92,208); }

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

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

 span { border-color: rgb(41,92,208); }

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