Html Css Color HEX #2C6069 Blumine

📋 copy color: '#2C6069'

red 44 ◦ green 96 ◦ blue 105

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

Shades of Blumine #2C6069

Tints of Blumine #2C6069

RGB

 RED value IS 44 (17.58% from 255) = 17.96%

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 17.96%
G = 39.18%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C6069 (or 0x2C6069) is known color: Blumine. HEX triplet: 2C, 60 and 69. RGB value is (44,96,105). Sum of RGB (Red+Green+Blue) = 44+96+105=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C6069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6069 is #D39F96. Grayscale: #515151. Windows color (decimal): -13868951 or 6905900. OLE color: 6905900.

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

Color convert

RGB 44 96 105 -
CMYK 0.58 0.09 0 0.59
HSL 188.85º 0.41% 0.29% -
HSV(B) 188.85º 0.58% 0.41% -
XYZ 7.77 9.92 14.87 -
YUV 81.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 44 96 105 0.58 0.09 0 0.59 188.85 0.41 0.29
Hex 2C 60 69 3A 9 0 3B BD 29 1D
Octal 54 140 151 72 11 0 73 275 51 35
Binary 101100 1100000 1101001 111010 1001 0 111011 10111101 101001 11101

Color Harmonies of #2C6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6069

Black with #2C6069

Text Example


Text Example

White with #2C6069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,96,105); }

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

background-color css

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

 a { background-color: rgb(44,96,105); }

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

border-color css

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

 span { border-color: rgb(44,96,105); }

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