Html Css Color HEX #2C5866 Blumine

📋 copy color: '#2C5866'

red 44 ◦ green 88 ◦ blue 102

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

Shades of Blumine #2C5866

Tints of Blumine #2C5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 18.8%
G = 37.61%
B = 43.59%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C5866 (or 0x2C5866) is known color: Blumine. HEX triplet: 2C, 58 and 66. RGB value is (44,88,102). Sum of RGB (Red+Green+Blue) = 44+88+102=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C5866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5866 is #D3A799. Grayscale: #4C4C4C. Windows color (decimal): -13871002 or 6707244. OLE color: 6707244.

HSL color Cylindrical-coordinate representation of color #2C5866: hue angle of 194.48º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C5866 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 88 102 -
CMYK 0.57 0.14 0 0.6
HSL 194.48º 0.4% 0.29% -
HSV(B) 194.48º 0.57% 0.4% -
XYZ 6.93 8.47 13.84 -
YUV 76.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 44 88 102 0.57 0.14 0 0.6 194.48 0.4 0.29
Hex 2C 58 66 39 E 0 3C C2 28 1D
Octal 54 130 146 71 16 0 74 302 50 35
Binary 101100 1011000 1100110 111001 1110 0 111100 11000010 101000 11101

Color Harmonies of #2C5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5866

Black with #2C5866

Text Example


Text Example

White with #2C5866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,88,102); }

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

background-color css

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

 a { background-color: rgb(44,88,102); }

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

border-color css

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

 span { border-color: rgb(44,88,102); }

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