#295FBA

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

Shades of Cerulean Blue #295FBA

Tints of Cerulean Blue #295FBA

Color information

#295FBA (or 0x295FBA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5F and BA. RGB value is (41,95,186). Sum of RGB (Red+Green+Blue) = 41+95+186=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #295FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FBA is #D6A045. Grayscale: #585858. Windows color (decimal): -14065734 or 12214057. OLE color: 12214057.

HSL color Cylindrical-coordinate representation of color #295FBA: hue angle of 217.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295FBA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4195186-
CMYK0.780.4900.27
HSL217.66º63.88%44.51%-
HSV(B)217.66º77.96%72.94%-
XYZ13.8712.248.08-
YUV89.23182.6193.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=12.73%
G=29.50%
B=57.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41951860.780.4900.27217.6663.8844.51
Hex295FBA4E3101Bda402d
Octal511372721166103333210055
Binary1010011011111101110101001110110001011011110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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