Html Css Color HEX #2F6570 Blumine

📋 copy color: '#2F6570'

red 47 ◦ green 101 ◦ blue 112

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

Shades of Blumine #2F6570

Tints of Blumine #2F6570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 18.08%
G = 38.85%
B = 43.08%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F6570 (or 0x2F6570) is known color: Blumine. HEX triplet: 2F, 65 and 70. RGB value is (47,101,112). Sum of RGB (Red+Green+Blue) = 47+101+112=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F6570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6570 is #D09A8F. Grayscale: #565656. Windows color (decimal): -13671056 or 7365935. OLE color: 7365935.

HSL color Cylindrical-coordinate representation of color #2F6570: hue angle of 190.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6570 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 101 112 -
CMYK 0.58 0.10 0 0.56
HSL 190.15º 0.41% 0.31% -
HSV(B) 190.15º 0.58% 0.44% -
XYZ 8.75 11.08 17.01 -
YUV 86.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 47 101 112 0.58 0.10 0 0.56 190.15 0.41 0.31
Hex 2F 65 70 3A A 0 38 BE 29 1F
Octal 57 145 160 72 12 0 70 276 51 37
Binary 101111 1100101 1110000 111010 1010 0 111000 10111110 101001 11111

Color Harmonies of #2F6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6570

Black with #2F6570

Text Example


Text Example

White with #2F6570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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