#2475BC

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

Shades of Denim #2475BC

Tints of Denim #2475BC

Color information

#2475BC (or 0x2475BC) is unknown color: approx Denim. HEX triplet: 24, 75 and BC. RGB value is (36,117,188). Sum of RGB (Red+Green+Blue) = 36+117+188=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2475BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475BC is #DB8A43. Grayscale: #646464. Windows color (decimal): -14387780 or 12350756. OLE color: 12350756.

HSL color Cylindrical-coordinate representation of color #2475BC: hue angle of 208.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2475BC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB36117188-
CMYK0.810.3800.26
HSL208.03º67.86%43.92%-
HSV(B)208.03º80.85%73.73%-
XYZ16.1716.7349.95-
YUV100.88177.1681.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.56%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 188 (73.83% from 255) = 55.13%
R=10.56%
G=34.31%
B=55.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361171880.810.3800.26208.0367.8643.92
Hex2475BC512601Ad0442c
Octal441652741214603232010454
Binary1001001110101101111001010001100110011010110100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2475BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2475BC; }

 p { color: rgb(36,117,188); }

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

<style>
 a { background-color: #2475BC; }

 a { background-color: rgb(36,117,188); }

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

<style>
 span { border-color: #2475BC; }

 span { border-color: rgb(36,117,188); }

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