Html Css Color HEX #2F596C Blumine

📋 copy color: '#2F596C'

red 47 ◦ green 89 ◦ blue 108

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

Shades of Blumine #2F596C

Tints of Blumine #2F596C

RGB

 RED value IS 47 (18.75% from 255) = 19.26%

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 19.26%
G = 36.48%
B = 44.26%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F596C (or 0x2F596C) is known color: Blumine. HEX triplet: 2F, 59 and 6C. RGB value is (47,89,108). Sum of RGB (Red+Green+Blue) = 47+89+108=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F596C is #D0A693. Grayscale: #4E4E4E. Windows color (decimal): -13674132 or 7100719. OLE color: 7100719.

HSL color Cylindrical-coordinate representation of color #2F596C: hue angle of 198.69º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F596C is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 89 108 -
CMYK 0.56 0.18 0 0.58
HSL 198.69º 0.39% 0.3% -
HSV(B) 198.69º 0.56% 0.42% -
XYZ 7.45 8.83 15.5 -
YUV 78.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 47 89 108 0.56 0.18 0 0.58 198.69 0.39 0.3
Hex 2F 59 6C 38 12 0 3A C7 27 1E
Octal 57 131 154 70 22 0 72 307 47 36
Binary 101111 1011001 1101100 111000 10010 0 111010 11000111 100111 11110

Color Harmonies of #2F596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F596C

Black with #2F596C

Text Example


Text Example

White with #2F596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,108); }

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

background-color css

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

 a { background-color: rgb(47,89,108); }

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

border-color css

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

 span { border-color: rgb(47,89,108); }

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