#275FAF

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

Shades of Denim #275FAF

Tints of Denim #275FAF

Color information

#275FAF (or 0x275FAF) is unknown color: approx Denim. HEX triplet: 27, 5F and AF. RGB value is (39,95,175). Sum of RGB (Red+Green+Blue) = 39+95+175=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #275FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FAF is #D8A050. Grayscale: #575757. Windows color (decimal): -14196817 or 11493159. OLE color: 11493159.

HSL color Cylindrical-coordinate representation of color #275FAF: hue angle of 215.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #275FAF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3995175-
CMYK0.780.4600.31
HSL215.29º63.55%41.96%-
HSV(B)215.29º77.71%68.63%-
XYZ12.6711.7142.15-
YUV87.38177.4593.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=12.62%
G=30.74%
B=56.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39951750.780.4600.31215.2963.5541.96
Hex275FAF4E2E01Fd7402a
Octal471372571165603732710052
Binary1001111011111101011111001110101110011111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275FAF; }

 p { color: rgb(39,95,175); }

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

<style>
 a { background-color: #275FAF; }

 a { background-color: rgb(39,95,175); }

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

<style>
 span { border-color: #275FAF; }

 span { border-color: rgb(39,95,175); }

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