Html Css Color HEX #2A5B69 Blumine

📋 copy color: '#2A5B69'

red 42 ◦ green 91 ◦ blue 105

#2A5B69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #2A5B69

Tints of Blumine #2A5B69

RGB

 RED value IS 42 (16.8% from 255) = 17.65%

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 17.65%
G = 38.24%
B = 44.12%

CMYK

 C value IS 0.6

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A5B69 (or 0x2A5B69) is known color: Blumine. HEX triplet: 2A, 5B and 69. RGB value is (42,91,105). Sum of RGB (Red+Green+Blue) = 42+91+105=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A5B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5B69 is #D5A496. Grayscale: #4D4D4D. Windows color (decimal): -14001303 or 6904618. OLE color: 6904618.

HSL color Cylindrical-coordinate representation of color #2A5B69: hue angle of 193.33º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5B69 is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 91 105 -
CMYK 0.6 0.13 0 0.59
HSL 193.33º 0.43% 0.29% -
HSV(B) 193.33º 0.6% 0.41% -
XYZ 7.25 8.99 14.72 -
YUV 77.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 42 91 105 0.6 0.13 0 0.59 193.33 0.43 0.29
Hex 2A 5B 69 3C D 0 3B C1 2B 1D
Octal 52 133 151 74 15 0 73 301 53 35
Binary 101010 1011011 1101001 111100 1101 0 111011 11000001 101011 11101

Color Harmonies of #2A5B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5B69

Black with #2A5B69

Text Example


Text Example

White with #2A5B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,91,105); }

 H1.HeaderClassName
 {
   color: #2A5B69;
 }
 .AnyTagClassName
 {
   color: #2A5B69;
 }
</style>

background-color css

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

 a { background-color: rgb(42,91,105); }

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

border-color css

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

 span { border-color: rgb(42,91,105); }

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