Html Css Color HEX #2F5F73 Blumine

📋 copy color: '#2F5F73'

red 47 ◦ green 95 ◦ blue 115

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

Shades of Blumine #2F5F73

Tints of Blumine #2F5F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.96%

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

R = 18.29%
G = 36.96%
B = 44.75%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F5F73 (or 0x2F5F73) is known color: Blumine. HEX triplet: 2F, 5F and 73. RGB value is (47,95,115). Sum of RGB (Red+Green+Blue) = 47+95+115=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5F73 is #D0A08C. Grayscale: #525252. Windows color (decimal): -13672589 or 7561007. OLE color: 7561007.

HSL color Cylindrical-coordinate representation of color #2F5F73: hue angle of 197.65º 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 #2F5F73 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 95 115 -
CMYK 0.59 0.17 0 0.55
HSL 197.65º 0.42% 0.32% -
HSV(B) 197.65º 0.59% 0.45% -
XYZ 8.36 10.03 17.71 -
YUV 82.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 47 95 115 0.59 0.17 0 0.55 197.65 0.42 0.32
Hex 2F 5F 73 3B 11 0 37 C6 2A 20
Octal 57 137 163 73 21 0 67 306 52 40
Binary 101111 1011111 1110011 111011 10001 0 110111 11000110 101010 100000

Color Harmonies of #2F5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5F73

Black with #2F5F73

Text Example


Text Example

White with #2F5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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