Html Css Color HEX #2A6268 Blumine

📋 copy color: '#2A6268'

red 42 ◦ green 98 ◦ blue 104

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

Shades of Blumine #2A6268

Tints of Blumine #2A6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 17.21%
G = 40.16%
B = 42.62%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A6268 (or 0x2A6268) is known color: Blumine. HEX triplet: 2A, 62 and 68. RGB value is (42,98,104). Sum of RGB (Red+Green+Blue) = 42+98+104=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6268 is #D59D97. Grayscale: #515151. Windows color (decimal): -13999512 or 6840874. OLE color: 6840874.

HSL color Cylindrical-coordinate representation of color #2A6268: hue angle of 185.81º degrees, saturation: 0.42, 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 #2A6268 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 98 104 -
CMYK 0.60 0.06 0 0.59
HSL 185.81º 0.42% 0.29% -
HSV(B) 185.81º 0.6% 0.41% -
XYZ 7.82 10.23 14.66 -
YUV 81.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 42 98 104 0.60 0.06 0 0.59 185.81 0.42 0.29
Hex 2A 62 68 3C 6 0 3B BA 2A 1D
Octal 52 142 150 74 6 0 73 272 52 35
Binary 101010 1100010 1101000 111100 110 0 111011 10111010 101010 11101

Color Harmonies of #2A6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6268

Black with #2A6268

Text Example


Text Example

White with #2A6268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,98,104); }

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

background-color css

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

 a { background-color: rgb(42,98,104); }

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

border-color css

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

 span { border-color: rgb(42,98,104); }

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