#245FC2

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

Shades of Denim #245FC2

Tints of Denim #245FC2

Color information

#245FC2 (or 0x245FC2) is unknown color: approx Denim. HEX triplet: 24, 5F and C2. RGB value is (36,95,194). Sum of RGB (Red+Green+Blue) = 36+95+194=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #245FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FC2 is #DBA03D. Grayscale: #585858. Windows color (decimal): -14393406 or 12738340. OLE color: 12738340.

HSL color Cylindrical-coordinate representation of color #245FC2: hue angle of 217.59º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245FC2 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3695194-
CMYK0.810.5100.24
HSL217.59º68.7%45.1%-
HSV(B)217.59º81.44%76.08%-
XYZ14.5612.4552.68-
YUV88.64187.4590.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 194 (76.17% from 255) = 59.69%
R=11.08%
G=29.23%
B=59.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal36951940.810.5100.24217.5968.745.1
Hex245FC25133018da452d
Octal441373021216303033210555
Binary1001001011111110000101010001110011011000110110101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,95,194); }

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

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

 a { background-color: rgb(36,95,194); }

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

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

 span { border-color: rgb(36,95,194); }

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