Html Css Color HEX #2F6573 Blumine

📋 copy color: '#2F6573'

red 47 ◦ green 101 ◦ blue 115

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

Shades of Blumine #2F6573

Tints of Blumine #2F6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 17.87%
G = 38.4%
B = 43.73%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F6573 (or 0x2F6573) is known color: Blumine. HEX triplet: 2F, 65 and 73. RGB value is (47,101,115). Sum of RGB (Red+Green+Blue) = 47+101+115=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6573 is #D09A8C. Grayscale: #565656. Windows color (decimal): -13671053 or 7562543. OLE color: 7562543.

HSL color Cylindrical-coordinate representation of color #2F6573: hue angle of 192.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6573 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 101 115 -
CMYK 0.59 0.12 0 0.55
HSL 192.35º 0.42% 0.32% -
HSV(B) 192.35º 0.59% 0.45% -
XYZ 8.92 11.15 17.9 -
YUV 86.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 47 101 115 0.59 0.12 0 0.55 192.35 0.42 0.32
Hex 2F 65 73 3B C 0 37 C0 2A 20
Octal 57 145 163 73 14 0 67 300 52 40
Binary 101111 1100101 1110011 111011 1100 0 110111 11000000 101010 100000

Color Harmonies of #2F6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6573

Black with #2F6573

Text Example


Text Example

White with #2F6573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,115); }

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

background-color css

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

 a { background-color: rgb(47,101,115); }

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

border-color css

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

 span { border-color: rgb(47,101,115); }

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