#2A65BB

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

Shades of Denim #2A65BB

Tints of Denim #2A65BB

Color information

#2A65BB (or 0x2A65BB) is unknown color: approx Denim. HEX triplet: 2A, 65 and BB. RGB value is (42,101,187). Sum of RGB (Red+Green+Blue) = 42+101+187=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A65BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65BB is #D59A44. Grayscale: #5C5C5C. Windows color (decimal): -13998661 or 12281130. OLE color: 12281130.

HSL color Cylindrical-coordinate representation of color #2A65BB: hue angle of 215.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A65BB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42101187-
CMYK0.780.4600.27
HSL215.59º63.32%44.9%-
HSV(B)215.59º77.54%73.33%-
XYZ14.5813.3948.83-
YUV93.16180.9591.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 187 (73.44% from 255) = 56.67%
R=12.73%
G=30.61%
B=56.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421011870.780.4600.27215.5963.3244.9
Hex2A65BB4E2E01Bd83f2d
Octal52145273116560333307755
Binary101010110010110111011100111010111001101111011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A65BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A65BB; }

 p { color: rgb(42,101,187); }

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

<style>
 a { background-color: #2A65BB; }

 a { background-color: rgb(42,101,187); }

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

<style>
 span { border-color: #2A65BB; }

 span { border-color: rgb(42,101,187); }

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