#245DB1

Color #245DB1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #245DB1

Tints of Denim #245DB1

Color information

#245DB1 (or 0x245DB1) is unknown color: approx Denim. HEX triplet: 24, 5D and B1. RGB value is (36,93,177). Sum of RGB (Red+Green+Blue) = 36+93+177=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #245DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DB1 is #DBA24E. Grayscale: #555555. Windows color (decimal): -14393935 or 11623716. OLE color: 11623716.

HSL color Cylindrical-coordinate representation of color #245DB1: hue angle of 215.74º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245DB1 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3693177-
CMYK0.800.4700.31
HSL215.74º66.2%41.76%-
HSV(B)215.74º79.66%69.41%-
XYZ12.5811.3843.13-
YUV85.53179.6292.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.76%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 177 (69.53% from 255) = 57.84%
R=11.76%
G=30.39%
B=57.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36931770.800.4700.31215.7466.241.76
Hex245DB1502F01Fd8422a
Octal441352611205703733010252
Binary1001001011101101100011010000101111011111110110001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245DB1; }

 p { color: rgb(36,93,177); }

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

<style>
 a { background-color: #245DB1; }

 a { background-color: rgb(36,93,177); }

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

<style>
 span { border-color: #245DB1; }

 span { border-color: rgb(36,93,177); }

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