#2568BA

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

Shades of Denim #2568BA

Tints of Denim #2568BA

Color information

#2568BA (or 0x2568BA) is unknown color: approx Denim. HEX triplet: 25, 68 and BA. RGB value is (37,104,186). Sum of RGB (Red+Green+Blue) = 37+104+186=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #2568BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2568BA is #DA9745. Grayscale: #5C5C5C. Windows color (decimal): -14325574 or 12216357. OLE color: 12216357.

HSL color Cylindrical-coordinate representation of color #2568BA: hue angle of 213.02º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2568BA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37104186-
CMYK0.800.4400.27
HSL213.02º66.82%43.73%-
HSV(B)213.02º80.11%72.94%-
XYZ14.5813.8448.36-
YUV93.32180.387.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.31%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=11.31%
G=31.80%
B=56.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371041860.800.4400.27213.0266.8243.73
Hex2568BA502C01Bd5432c
Octal451502721205403332510354
Binary1001011101000101110101010000101100011011110101011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2568BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2568BA; }

 p { color: rgb(37,104,186); }

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

<style>
 a { background-color: #2568BA; }

 a { background-color: rgb(37,104,186); }

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

<style>
 span { border-color: #2568BA; }

 span { border-color: rgb(37,104,186); }

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