#2A67BE

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

Shades of Denim #2A67BE

Tints of Denim #2A67BE

Color information

#2A67BE (or 0x2A67BE) is unknown color: approx Denim. HEX triplet: 2A, 67 and BE. RGB value is (42,103,190). Sum of RGB (Red+Green+Blue) = 42+103+190=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A67BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A67BE is #D59841. Grayscale: #5E5E5E. Windows color (decimal): -13998146 or 12478250. OLE color: 12478250.

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

Color convert

RGB42103190-
CMYK0.780.4600.25
HSL215.27º63.79%45.49%-
HSV(B)215.27º77.89%74.51%-
XYZ15.113.9150.6-
YUV94.68181.7990.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=12.54%
G=30.75%
B=56.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421031900.780.4600.25215.2763.7945.49
Hex2A67BE4E2E019d7402d
Octal521472761165603132710055
Binary1010101100111101111101001110101110011001110101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,190); }

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

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

 a { background-color: rgb(42,103,190); }

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

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

 span { border-color: rgb(42,103,190); }

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