#2A5F74

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

Shades of Blumine #2A5F74

Tints of Blumine #2A5F74

Color information

#2A5F74 (or 0x2A5F74) is unknown color: approx Blumine. HEX triplet: 2A, 5F and 74. RGB value is (42,95,116). Sum of RGB (Red+Green+Blue) = 42+95+116=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A5F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5F74 is #D5A08B. Grayscale: #515151. Windows color (decimal): -14000268 or 7626538. OLE color: 7626538.

HSL color Cylindrical-coordinate representation of color #2A5F74: hue angle of 197.03º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A5F74 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4295116-
CMYK0.640.1800.55
HSL197.03º46.84%30.98%-
HSV(B)197.03º63.79%45.49%-
XYZ8.29.9418.01-
YUV81.55147.4499.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=16.60%
G=37.55%
B=45.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42951160.640.1800.55197.0346.8430.98
Hex2A5F744012037c52f1f
Octal52137164100220673055737
Binary1010101011111111010010000001001001101111100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,95,116); }

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

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

 a { background-color: rgb(42,95,116); }

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

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

 span { border-color: rgb(42,95,116); }

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