#265FAF

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

Shades of Denim #265FAF

Tints of Denim #265FAF

Color information

#265FAF (or 0x265FAF) is unknown color: approx Denim. HEX triplet: 26, 5F and AF. RGB value is (38,95,175). Sum of RGB (Red+Green+Blue) = 38+95+175=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #265FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265FAF is #D9A050. Grayscale: #565656. Windows color (decimal): -14262353 or 11493158. OLE color: 11493158.

HSL color Cylindrical-coordinate representation of color #265FAF: hue angle of 215.04º 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 #265FAF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3895175-
CMYK0.780.4600.31
HSL215.04º64.32%41.76%-
HSV(B)215.04º78.29%68.63%-
XYZ12.6311.6942.15-
YUV87.08177.6293-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=12.34%
G=30.84%
B=56.82%

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
Decimal38951750.780.4600.31215.0464.3241.76
Hex265FAF4E2E01Fd7402a
Octal461372571165603732710052
Binary1001101011111101011111001110101110011111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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